ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/rector/rector/src/BetterPhpDocParser/ValueObject
/
opt
cpanel
ea-wappspector
vendor
rector
rector
src
BetterPhpDocParser
ValueObject
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
DoctrineAnnotation
-
chmod
Open
Rename
Delete
Parser
-
chmod
Open
Rename
Delete
PhpDoc
-
chmod
Open
Rename
Delete
Type
-
chmod
Open
Rename
Delete
NodeTypes.php
1.07 MB
chmod
View
DL
Edit
Rename
Delete
PhpDocAttributeKey.php
741 B
chmod
View
DL
Edit
Rename
Delete
StartAndEnd.php
659 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/rector/rector/src/BetterPhpDocParser/ValueObject/StartAndEnd.php
<?php declare (strict_types=1); namespace Rector\BetterPhpDocParser\ValueObject; use Rector\Exception\ShouldNotHappenException; final class StartAndEnd { /** * @readonly * @var int */ private $start; /** * @readonly * @var int */ private $end; public function __construct(int $start, int $end) { $this->start = $start; $this->end = $end; if ($end < $start) { throw new ShouldNotHappenException(); } } public function getStart() : int { return $this->start; } public function getEnd() : int { return $this->end; } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply