📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 15:31:05
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
Set
/
Contract
✏️
Editing: 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 Changes
❌ Cancel