We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -27,10 +27,10 @@ |
||
| 27 | 27 | ->useAttributeAsKey('name') |
| 28 | 28 | // if value not define we use name as value |
| 29 | 29 | ->beforeNormalization() |
| 30 | - ->ifTrue(function ($v) { |
|
| 30 | + ->ifTrue(function($v) { |
|
| 31 | 31 | return is_array($v); |
| 32 | 32 | }) |
| 33 | - ->then(function ($v) { |
|
| 33 | + ->then(function($v) { |
|
| 34 | 34 | foreach ($v as $name => &$options) { |
| 35 | 35 | // short syntax NAME: VALUE |
| 36 | 36 | if (!is_null($options) && !is_array($options)) { |