@@ -71,7 +71,7 @@ |
||
71 | 71 | // TODO: Implement getStatusCode() method. |
72 | 72 | } |
73 | 73 | |
74 | - public function withStatus($code, $reasonPhrase = '') |
|
74 | + public function withStatus($code, $reasonPhrase='') |
|
75 | 75 | { |
76 | 76 | // TODO: Implement withStatus() method. |
77 | 77 | } |
@@ -8,7 +8,7 @@ |
||
8 | 8 | |
9 | 9 | public function __construct(string $string) |
10 | 10 | { |
11 | - $this->string = $string; |
|
11 | + $this->string=$string; |
|
12 | 12 | } |
13 | 13 | |
14 | 14 | public function __toString() : string |