We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -77,7 +77,7 @@ |
||
77 | 77 | { |
78 | 78 | $this->initTabs(); |
79 | 79 | |
80 | - $this->tabs = $this->tabs->reject(function ($tab) use ($label) { |
|
80 | + $this->tabs = $this->tabs->reject(function($tab) use ($label) { |
|
81 | 81 | return $tab->label == $label; |
82 | 82 | }); |
83 | 83 |