We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -30,7 +30,7 @@ |
||
30 | 30 | |
31 | 31 | public function setUp() |
32 | 32 | { |
33 | - $this->closureProperty = function () { |
|
33 | + $this->closureProperty = function() { |
|
34 | 34 | return $this->privatePropertyWithoutGetter; |
35 | 35 | }; |
36 | 36 | } |