golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/rules/Php80/Contract
⬆️ Go Up
Upload
File/Folder
Size
Actions
ConverterAttributeDecoratorInterface.php
256 B
Del
OK
StrStartWithMatchAndRefactorInterface.php
817 B
Del
OK
ValueObject
-
Del
OK
Edit: ConverterAttributeDecoratorInterface.php
<?php declare (strict_types=1); namespace Rector\Php80\Contract; use PhpParser\Node\Attribute; interface ConverterAttributeDecoratorInterface { public function getAttributeName() : string; public function decorate(Attribute $attribute) : void; }
Save