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