Add PatchBeforeBuild attribute

This commit is contained in:
crazywhalecc
2026-02-02 16:15:25 +08:00
parent 82ab14165e
commit 3d102363c4
3 changed files with 28 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
<?php
declare(strict_types=1);
namespace StaticPHP\Attribute\Package;
#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)]
class PatchBeforeBuild {}