Completed
Push — master ( d6c050...95a747 )
by Nekrasov
02:07
created
src/CheckResult.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.