Add re2c build for spc-gnu-docker

This commit is contained in:
crazywhalecc
2025-07-31 01:44:44 +08:00
parent 3c972ac905
commit 601444d0a5
4 changed files with 68 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ declare(strict_types=1);
namespace SPC\doctor;
#[\Attribute(\Attribute::TARGET_METHOD)]
#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)]
class AsCheckItem
{
public mixed $callback = null;