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: SetProviderInterface.php
<?php declare (strict_types=1); namespace Rector\Set\Contract; interface SetProviderInterface { /** * @return SetInterface[] */ public function provide() : array; }
Save