PostgreSQL Support #2608
Annotations
11 errors and 2 warnings
Pint
Process completed with exit code 1.
|
PHPStan:
app/Models/Database.php#L156
Method App\Models\Database::createUser() should return bool but return statement is missing.
|
PHPStan:
app/Models/Database.php#L181
Unreachable statement - code above always terminates.
|
PHPStan:
app/Models/Database.php#L199
Unreachable statement - code above always terminates.
|
PHPStan:
app/Models/Database.php#L201
Instantiated class App\Models\BadMethodCallException not found.
|
PHPStan:
app/Models/Database.php#L201
Throwing object of an unknown class App\Models\BadMethodCallException.
|
PHPStan:
app/Models/Database.php#L210
Method App\Models\Database::assignUserToDatabase() should return bool but return statement is missing.
|
PHPStan:
app/Models/Database.php#L233
Unreachable statement - code above always terminates.
|
PHPStan:
app/Models/Database.php#L242
Method App\Models\Database::flush() should return bool but return statement is missing.
|
PHPStan:
app/Models/Database.php#L256
Method App\Models\Database::dropDatabase() should return bool but return statement is missing.
|
PHPStan:
app/Models/Database.php#L272
Method App\Models\Database::dropUser() should return bool but return statement is missing.
|
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
|