@@ -10,7 +10,7 @@ |
||
| 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) |