From 1c0ac4b01320c018cc3287828257ed9ad5cd09a0 Mon Sep 17 00:00:00 2001 From: Takashi Kanemoto Date: Thu, 17 Jul 2025 12:49:37 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20PHP=20Attribute=20syntax?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/doctrine-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/doctrine-filters.md b/core/doctrine-filters.md index 7186492ff74..a9e6e3778e6 100644 --- a/core/doctrine-filters.md +++ b/core/doctrine-filters.md @@ -1268,7 +1268,7 @@ use ApiPlatform\Core\Annotation\ApiResource; use App\Filter\CustomAndFilter; #[ApiResource] -#[ApiFilter(CustomAndFilter::class, properties=["name", "cost"])] +#[ApiFilter(CustomAndFilter::class, properties: ['name', 'cost'])] class Offer { // ...