/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
Set
/
Contract
/
/opt/cpanel/ea-wappspector/vendor/rector/rector/src/Set/Contract
mkdir
upload
Name
Size
Mode
Actions
SetInterface.php
224
0644
edit
dl
rm
SetListInterface.php
315
0644
edit
dl
rm
SetProviderInterface.php
185
0644
edit
dl
rm
Edit:
/opt/cpanel/ea-wappspector/vendor/rector/rector/src/Set/Contract/SetInterface.php
(224B)
<?php declare (strict_types=1); namespace Rector\Set\Contract; interface SetInterface { public function getGroupName() : string; public function getName() : string; public function getSetFilePath() : string; }
Save