Completed
Pull Request — master (#396)
by Kristof
04:45
created
src/ValueObject/SapiVersion.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
     {
59 59
         if (!in_array($version, $this->allowedValues())) {
60 60
             throw new \InvalidArgumentException(
61
-                'Sapi version "' . $version . '" is not allowed.'
61
+                'Sapi version "'.$version.'" is not allowed.'
62 62
             );
63 63
         }
64 64
     }
Please login to merge, or discard this patch.