PostgreSQL Support #2627
Annotations
11 errors and 2 warnings
Pint
Process completed with exit code 1.
|
PHPStan:
app/Console/Commands/Environment/DatabaseSettingsCommand.php#L31
Property App\Console\Commands\Environment\DatabaseSettingsCommand::$database is never read, only written.
|
PHPStan:
app/Livewire/Installer/Steps/DatabaseStep.php#L68
Parameter #2 $useEnv of method App\Enums\DatabaseDriver::getDefaultOption() expects bool, string given.
|
PHPStan:
app/Models/Database.php#L141
Match expression does not handle remaining value: App\Enums\DatabaseDriver::Sqlite
|
PHPStan:
app/Models/Database.php#L177
Parameter #2 ...$values of function sprintf expects bool|float|int|string|null, App\Enums\DatabaseDriver given.
|
PHPStan:
app/Models/Database.php#L180
Unreachable statement - code above always terminates.
|
PHPStan:
app/Models/Database.php#L191
Parameter #2 ...$values of function sprintf expects bool|float|int|string|null, App\Enums\DatabaseDriver::Mariadb|App\Enums\DatabaseDriver::Mysql|App\Enums\DatabaseDriver::Sqlite given.
|
PHPStan:
app/Models/Database.php#L217
Parameter #2 ...$values of function sprintf expects bool|float|int|string|null, App\Enums\DatabaseDriver given.
|
PHPStan:
app/Models/Database.php#L237
Match expression does not handle remaining value: App\Enums\DatabaseDriver::Sqlite
|
PHPStan:
app/Models/Database.php#L249
Match expression does not handle remaining value: App\Enums\DatabaseDriver::Sqlite
|
PHPStan
Process completed with exit code 1.
|
Pint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHPStan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|