Completed
Push — master ( c364de...75f5a5 )
by Mariano
03:44
created
src/Actions/StatusCode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
     {
11 11
         $argument = (int) $argument ?: 200;
12 12
         if ($argument < 100 || $argument >= 600) {
13
-            throw new \RuntimeException('Invalid status code: ' . $argument);
13
+            throw new \RuntimeException('Invalid status code: '.$argument);
14 14
         }
15 15
         $transactionData->setResponse(
16 16
             $transactionData->getResponse()->withStatus($argument)
Please login to merge, or discard this patch.