golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/rules/Php80/Contract/ValueObject
⬆️ Go Up
Upload
File/Folder
Size
Actions
AnnotationToAttributeInterface.php
213 B
Del
OK
Edit: AnnotationToAttributeInterface.php
<?php declare (strict_types=1); namespace Rector\Php80\Contract\ValueObject; interface AnnotationToAttributeInterface { public function getTag() : string; public function getAttributeClass() : string; }
Save