We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | } else if (is_object($source)) { |
| 22 | 22 | $property = $accessor->getValue($source, sprintf('%s', $fieldName)); |
| 23 | 23 | } |
| 24 | - } catch(AccessException $e) { |
|
| 24 | + } catch (AccessException $e) { |
|
| 25 | 25 | } |
| 26 | 26 | |
| 27 | 27 | return $property instanceof \Closure ? $property($source) : $property; |
@@ -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 | } |