@@ -46,7 +46,7 @@ |
||
| 46 | 46 | /** |
| 47 | 47 | * @param $type |
| 48 | 48 | * |
| 49 | - * @return bool |
|
| 49 | + * @return string|false |
|
| 50 | 50 | */ |
| 51 | 51 | private function getOperator($type) |
| 52 | 52 | { |
@@ -44,6 +44,7 @@ discard block |
||
| 44 | 44 | |
| 45 | 45 | /** |
| 46 | 46 | * NEXT_MAJOR: Make $propertyAccessor mandatory. |
| 47 | + * @param \Symfony\Component\PropertyAccess\PropertyAccessor $propertyAccessor |
|
| 47 | 48 | */ |
| 48 | 49 | public function __construct(ManagerRegistry $registry, ?PropertyAccessorInterface $propertyAccessor = null) |
| 49 | 50 | { |
@@ -538,7 +539,7 @@ discard block |
||
| 538 | 539 | * |
| 539 | 540 | * @param string $property |
| 540 | 541 | * |
| 541 | - * @return mixed |
|
| 542 | + * @return string |
|
| 542 | 543 | */ |
| 543 | 544 | protected function camelize($property) |
| 544 | 545 | { |