| Total Complexity | 4 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class StudentImport implements WithMultipleSheets, WithEvents |
||
| 12 | { |
||
| 13 | |||
| 14 | public function __construct() |
||
| 15 | { |
||
| 16 | $this->sheetNames = []; |
||
| 17 | $this->sheetData = []; |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @param array $row |
||
| 22 | * |
||
| 23 | * @return \Illuminate\Database\Eloquent\Model|null |
||
| 24 | */ |
||
| 25 | |||
| 26 | public function sheets(): array |
||
| 31 | ]; |
||
| 32 | } |
||
| 33 | |||
| 34 | public function array(array $array){ |
||
| 36 | } |
||
| 37 | |||
| 38 | public function registerEvents(): array |
||
| 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