We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| Conditions | 3 |
| Paths | 4 |
| Total Lines | 14 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 31 | public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) |
||
| 32 | { |
||
| 33 | $result = false; |
||
| 34 | |||
| 35 | $variable = $arguments['variable']; |
||
| 36 | if (null === $variable) { |
||
| 37 | $variable = $renderChildrenClosure(); |
||
| 38 | } |
||
| 39 | |||
| 40 | if (null !== $variable) { |
||
| 41 | $result = is_array($variable); |
||
| 42 | } |
||
| 43 | |||
| 44 | return $result; |
||
| 45 | } |
||
| 47 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths