@@ -18,7 +18,6 @@ |
||
18 | 18 | * Converts {@see \Symfony\Component\Validator\ConstraintViolationListInterface} the API Problem spec (RFC 7807). |
19 | 19 | * |
20 | 20 | * @see https://tools.ietf.org/html/rfc7807 |
21 | - |
|
22 | 21 | * @author Kévin Dunglas <[email protected]> |
23 | 22 | */ |
24 | 23 | final class ConstraintViolationListNormalizer implements NormalizerInterface |
@@ -58,7 +58,7 @@ |
||
58 | 58 | /** |
59 | 59 | * {@inheritdoc} |
60 | 60 | */ |
61 | - public function applyToCollection(QueryBuilder $queryBuilder,QueryNameGeneratorInterface $queryNameGenerator, string $resourceClass, string $operationName = null) |
|
61 | + public function applyToCollection(QueryBuilder $queryBuilder, QueryNameGeneratorInterface $queryNameGenerator, string $resourceClass, string $operationName = null) |
|
62 | 62 | { |
63 | 63 | $request = $this->requestStack->getCurrentRequest(); |
64 | 64 | if (null === $request) { |
@@ -19,7 +19,6 @@ discard block |
||
19 | 19 | /** |
20 | 20 | * Generates a cacheable alias for DQL join. |
21 | 21 | * |
22 | - * @param string $association |
|
23 | 22 | * |
24 | 23 | * @return string |
25 | 24 | */ |
@@ -28,7 +27,6 @@ discard block |
||
28 | 27 | /** |
29 | 28 | * Generates a cacheable parameter name for DQL query. |
30 | 29 | * |
31 | - * @param string $name |
|
32 | 30 | * |
33 | 31 | * @return string |
34 | 32 | */ |
@@ -58,7 +58,7 @@ |
||
58 | 58 | /** |
59 | 59 | * {@inheritdoc} |
60 | 60 | */ |
61 | - public function applyToCollection(QueryBuilder $queryBuilder,QueryNameGeneratorInterface $queryNameGenerator, string $resourceClass, string $operationName = null) |
|
61 | + public function applyToCollection(QueryBuilder $queryBuilder, QueryNameGeneratorInterface $queryNameGenerator, string $resourceClass, string $operationName = null) |
|
62 | 62 | { |
63 | 63 | $request = $this->requestStack->getCurrentRequest(); |
64 | 64 | if (null === $request) { |