Passed
Pull Request — master (#12)
by Tom
02:44
created
src/DefaultFieldResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
 
88 88
         $methodName = array_shift($matchingMethods);
89 89
 
90
-        if (! $methodName) {
90
+        if (!$methodName) {
91 91
             return null;
92 92
         }
93 93
 
Please login to merge, or discard this patch.