chore: Аннотации к типам

This commit is contained in:
origami11@yandex.ru 2025-10-22 17:48:37 +03:00
parent e2ba6bd46e
commit e5713e9015
28 changed files with 305 additions and 110 deletions

View file

@ -5,8 +5,7 @@ use ctiso\File,
Exception;
class Registry {
public array $namespace = [];
public $data;
private array $namespace = [];
function importFile(string $namespace, ?string $filePath = null) {
$data = json_decode(File::getContents($filePath), true);