Passed
Push — develop ( a21492...3c31ee )
by Florian
02:49 queued 02:15
created
src/Policy/Result.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,9 +42,9 @@
 block discarded – undo
42 42
      */
43 43
     public function __construct(bool $status, ?string $reason = null)
44 44
     {
45
-        $this->status = (bool)$status;
45
+        $this->status = (bool) $status;
46 46
         if ($reason !== null) {
47
-            $this->reason = (string)$reason;
47
+            $this->reason = (string) $reason;
48 48
         }
49 49
     }
50 50
 
Please login to merge, or discard this patch.