Passed
Push — master ( 72117a...c610db )
by Tom
14:09 queued 10:33
created
src/Utility/Options.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,6 +66,6 @@
 block discarded – undo
66 66
     {
67 67
         $type = isset($this->definition[$name][1]) ? $this->definition[$name][1] : null;
68 68
 
69
-        return $this->types  ? $this->types->verifyInput($value, $type) : $value;
69
+        return $this->types ? $this->types->verifyInput($value, $type) : $value;
70 70
     }
71 71
 }
Please login to merge, or discard this patch.