@@ -40,7 +40,7 @@ |
||
40 | 40 | */ |
41 | 41 | public function __construct($status, $comment) |
42 | 42 | { |
43 | - if (! in_array($status, $this->possibleStatuses)) { |
|
43 | + if (!in_array($status, $this->possibleStatuses)) { |
|
44 | 44 | throw new InvalidArgumentException("Check result can not have status '{$status}'"); |
45 | 45 | } |
46 | 46 |