diff --git a/composer.json b/composer.json index 0814158e63ee..4a03b6a2bccb 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "fakerphp/faker": "^1.9", "mikey179/vfsstream": "^1.6", "nexusphp/tachycardia": "^1.0", - "phpstan/phpstan": "0.12.84", + "phpstan/phpstan": "0.12.85", "phpunit/phpunit": "^9.1", "predis/predis": "^1.1", "rector/rector": "0.10.11", diff --git a/system/Database/Forge.php b/system/Database/Forge.php index 3dda4be85a7e..15a102337687 100644 --- a/system/Database/Forge.php +++ b/system/Database/Forge.php @@ -243,7 +243,6 @@ public function createDatabase(string $dbName, bool $ifNotExists = false): bool { throw new DatabaseException('Unable to create the specified database.', 0, $e); } - // @phpstan-ignore-next-line return false; // @codeCoverageIgnore } }