| Total Complexity | 3 |
| Total Lines | 38 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class Blueprint extends TableBlueprint |
||
| 11 | { |
||
| 12 | use Concerns\Columns, |
||
| 13 | Concerns\BelongsTo, |
||
| 14 | Concerns\MorphsTo, |
||
| 15 | Concerns\Decimals, |
||
| 16 | Concerns\ForeignKeys, |
||
| 17 | Concerns\TimestampsBy, |
||
| 18 | Concerns\SoftDeletesBy, |
||
| 19 | Concerns\Indexes; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Returns the Schema Manager for the specified Connection. |
||
| 23 | * |
||
| 24 | * @param \Illuminate\Database\Connection $connection |
||
| 25 | * |
||
| 26 | * @return \Doctrine\DBAL\Schema\AbstractSchemaManager |
||
|
|
|||
| 27 | */ |
||
| 28 | public function getSchemaManager(Connection $connection = null) |
||
| 35 | } |
||
| 36 | |||
| 37 | /** |
||
| 38 | * Returns the specified Configuration Value. |
||
| 39 | * |
||
| 40 | * @param string|null $key |
||
| 41 | * @param mixed $value |
||
| 42 | * |
||
| 43 | * @return mixed |
||
| 44 | */ |
||
| 45 | public function getConfig($key = null, $value = null) |
||
| 48 | } |
||
| 49 | } |
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