@@ -39,7 +39,7 @@ discard block |
||
| 39 | 39 | } |
| 40 | 40 | |
| 41 | 41 | $this->setVersion($config['version']) |
| 42 | - ->withStatus($config['code']); |
|
| 42 | + ->withStatus($config['code']); |
|
| 43 | 43 | |
| 44 | 44 | if (!isset($config['reasonPhrase'])) { |
| 45 | 45 | $config['reasonPhrase'] = self::$responseCodes[$config['code']]; |
@@ -52,8 +52,8 @@ discard block |
||
| 52 | 52 | } |
| 53 | 53 | |
| 54 | 54 | $this->setReasonPhrase($config['reasonPhrase']) |
| 55 | - ->setHeaders($config['headers']) |
|
| 56 | - ->setBody($config['body']); |
|
| 55 | + ->setHeaders($config['headers']) |
|
| 56 | + ->setBody($config['body']); |
|
| 57 | 57 | } |
| 58 | 58 | |
| 59 | 59 | /** |