Completed
Pull Request — master (#155)
by
unknown
02:47
created
src/Type/NonNullType.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,8 +57,7 @@
 block discarded – undo
57 57
         if ($value === null) {
58 58
             $this->lastError = sprintf('Field "%s" must not be NULL', $this->getName());
59 59
             return false;
60
-        }
61
-        else {
60
+        } else {
62 61
             $this->lastError = null;
63 62
         }
64 63
 
Please login to merge, or discard this patch.