| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 1 |
| 1 | <?php |
||
| 13 | public function __construct(string $fieldName) |
||
| 14 | { |
||
| 15 | $this->fieldName = $fieldName; |
||
| 16 | parent::__construct( |
||
| 17 | $fieldName, |
||
| 18 | new Boolean($fieldName), |
||
| 19 | new FloatingPoint($fieldName), |
||
| 20 | new Integer($fieldName), |
||
| 21 | new StringLiteral($fieldName), |
||
| 22 | new PrimitiveArray($fieldName), |
||
| 23 | new NullObject() |
||
| 24 | ); |
||
| 68 |
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