Completed
Pull Request — master (#677)
by Amrouche
08:54
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/Filter/SearchFilter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
      * @param PropertyAccessorInterface|null $propertyAccessor
68 68
      * @param array|null                     $properties
69 69
      */
70
-    public function __construct(ManagerRegistry $managerRegistry, QueryNameGeneratorInterface $queryNameGenerator,  RequestStack $requestStack, IriConverterInterface $iriConverter, PropertyAccessorInterface $propertyAccessor = null, array $properties = null)
70
+    public function __construct(ManagerRegistry $managerRegistry, QueryNameGeneratorInterface $queryNameGenerator, RequestStack $requestStack, IriConverterInterface $iriConverter, PropertyAccessorInterface $propertyAccessor = null, array $properties = null)
71 71
     {
72 72
         parent::__construct($managerRegistry, $queryNameGenerator, $properties);
73 73
 
Please login to merge, or discard this patch.