Skip to content

Commit 9f6eba2

Browse files
authored
Fixes typo in ApiFilter Annotation (#1322)
1 parent 23c4f49 commit 9f6eba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ class DummyCar
12621262
/**
12631263
* @ORM\OneToMany(targetEntity="DummyCarColor", mappedBy="car")
12641264
*/
1265-
#[ApiFilter(SearchFilter::class, properties: {'colors.prop' => 'ipartial'])]
1265+
#[ApiFilter(SearchFilter::class, properties: ['colors.prop' => 'ipartial'])]
12661266
public $colors;
12671267
12681268
// ...

0 commit comments

Comments
 (0)