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: SetListInterface.php
<?php declare (strict_types=1); namespace Rector\Set\Contract; /** * @deprecated This interface needs a reflection to load and uses constant links. Now we changed to services provider architecture that can be used and registerd easily. Use * @see SetProviderInterface instead */ interface SetListInterface { }
Save