mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-14 04:15:35 +08:00
v3 base
This commit is contained in:
8
src/StaticPHP/Attribute/Package/Info.php
Normal file
8
src/StaticPHP/Attribute/Package/Info.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace StaticPHP\Attribute\Package;
|
||||
|
||||
#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)]
|
||||
class Info {}
|
||||
Reference in New Issue
Block a user