Completed
Push — master ( 2975e7...46c3ee )
by Rafael
07:49
created
src/Filter/Resolver/DoctrineORMFilterResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     /**
65 65
      * @inheritDoc
66 66
      */
67
-    public function resolve(ExecutableDefinitionInterface $executableDefinition,ObjectDefinitionInterface $node, Endpoint $endpoint): array
67
+    public function resolve(ExecutableDefinitionInterface $executableDefinition, ObjectDefinitionInterface $node, Endpoint $endpoint): array
68 68
     {
69 69
         $class = $node->getClass();
70 70
         $filters = [];
Please login to merge, or discard this patch.