Update dependency phpstan/phpstan to v1.12.16 #455
Annotations
6 errors and 1 warning
phpstan:
src/Dacapo/Domain/MigrationFile/MigrationFile.php#L25
Method UcanLab\LaravelDacapo\Dacapo\Domain\MigrationFile\MigrationFile::factory() should return $this(UcanLab\LaravelDacapo\Dacapo\Domain\MigrationFile\MigrationFile) but returns UcanLab\LaravelDacapo\Dacapo\Domain\MigrationFile\MigrationFile.
|
phpstan:
src/Dacapo/Domain/Schema/IndexModifier/IndexModifier.php#L73
Unreachable statement - code above always terminates.
|
phpstan:
src/Dacapo/Domain/Schema/Schema.php#L56
Method UcanLab\LaravelDacapo\Dacapo\Domain\Schema\Schema::factory() should return $this(UcanLab\LaravelDacapo\Dacapo\Domain\Schema\Schema) but returns UcanLab\LaravelDacapo\Dacapo\Domain\Schema\Schema.
|
phpstan:
src/Dacapo/Domain/Schema/Table/Column/Column.php#L68
Offset 'args' on array<string, mixed> on left side of ?? always exists and is not nullable.
|
phpstan:
src/Dacapo/Domain/Schema/Table/Table.php#L34
Method UcanLab\LaravelDacapo\Dacapo\Domain\Schema\Table\Table::factory() should return $this(UcanLab\LaravelDacapo\Dacapo\Domain\Schema\Table\Table) but returns UcanLab\LaravelDacapo\Dacapo\Domain\Schema\Table\Table.
|
phpstan
Process completed with exit code 1.
|
phpstan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|