golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/src/Set/Contract
⬆️ Go Up
Upload
File/Folder
Size
Actions
SetInterface.php
224 B
Del
OK
SetListInterface.php
315 B
Del
OK
SetProviderInterface.php
185 B
Del
OK
Edit: SetInterface.php
<?php declare (strict_types=1); namespace Rector\Set\Contract; interface SetInterface { public function getGroupName() : string; public function getName() : string; public function getSetFilePath() : string; }
Save