Passed
Push — master ( df6720...ca30a3 )
by Rafael
08:23
created
src/Pagination/DoctrineOffsetCursorPaginator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
      */
96 96
     protected function parseNode($result): NodeInterface
97 97
     {
98
-        if ($result instanceof NodeInterface){
98
+        if ($result instanceof NodeInterface) {
99 99
             return $result;
100 100
         }
101 101
 
Please login to merge, or discard this patch.