mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
v3 base
This commit is contained in:
11
src/StaticPHP/Attribute/PatchDescription.php
Normal file
11
src/StaticPHP/Attribute/PatchDescription.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace StaticPHP\Attribute;
|
||||
|
||||
#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)]
|
||||
readonly class PatchDescription
|
||||
{
|
||||
public function __construct(public string $description) {}
|
||||
}
|
||||
Reference in New Issue
Block a user