x Sorry, these patches are not available anymore due to data migration. Please run a fresh inspection.
Completed
Push — master ( 3307cf...52ea85 )
by Bret R.
02:20 queued 01:00
created
src/StatusCheckerGroup.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
      */
52 52
     public function check(): void
53 53
     {
54
-        foreach($this->checks as $checker) {
54
+        foreach ($this->checks as $checker) {
55 55
             $result = $checker->checkStatus();
56 56
             if ($this->logger) {
57 57
                 if ($result->getSuccess()) {
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
     public function hasErrors(): bool
83 83
     {
84 84
         $error = false;
85
-        foreach($this->results as $result) {
85
+        foreach ($this->results as $result) {
86 86
             if (!$result->getSuccess()) {
87 87
                 $error = true;
88 88
                 break;
Please login to merge, or discard this patch.