Completed
Pull Request — master (#677)
by Amrouche
04:06
created
src/Bridge/Doctrine/Orm/Util/QueryNameGenerator.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Bridge/Doctrine/Orm/Extension/PaginationExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.
src/Bridge/Doctrine/Orm/Util/QueryNameGeneratorInterface.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.