| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 8 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 39 | 3 | protected function buildField(array $config, ReflectionMethod $method): Webonyx\FieldDefinition |
|
| 40 | { |
||
| 41 | 3 | $config['args'] = \iterator_to_array($iterator = $this->getFieldArguments($method)); |
|
| 42 | |||
| 43 | 3 | return new ObjectField( |
|
| 44 | 3 | $config, |
|
| 45 | 3 | $method->getName(), |
|
| 46 | 3 | $iterator->getReturn(), |
|
| 47 | 3 | $this->scope, |
|
| 48 | 3 | $this->invoker, |
|
| 49 | 3 | ); |
|
| 52 |
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