Skip to content

Commit 62fe56a

Browse files
Update Filter.php
fix class name
1 parent 62a1ca0 commit 62fe56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Service/Filter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function filterEntity(mixed $object): void
4444
/**
4545
* Get PHP Attributes.
4646
*
47-
* @return array<FilterAttributes>
47+
* @return array<FilterAnnotation>
4848
*/
4949
private function getAttributes(ReflectionProperty $property): array
5050
{

0 commit comments

Comments
 (0)