| Total Complexity | 3 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | class FaqIds implements OptionSourceInterface |
||
| 28 | { |
||
| 29 | /** |
||
| 30 | * @var CollectionFactory |
||
| 31 | */ |
||
| 32 | protected $faqCollection; |
||
| 33 | |||
| 34 | /** |
||
| 35 | * FaqIds constructor. |
||
| 36 | * @param CollectionFactory $faqCollection |
||
| 37 | */ |
||
| 38 | public function __construct( |
||
| 42 | } |
||
| 43 | |||
| 44 | /** |
||
| 45 | * Options getter |
||
| 46 | * |
||
| 47 | * @return array |
||
| 48 | */ |
||
| 49 | public function toOptionArray() |
||
| 61 |
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