Skip to content

Commit 2f388dc

Browse files
Update phpstan/phpstan requirement from 0.12.84 to 0.12.85 (#4620)
1 parent 4969b42 commit 2f388dc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"fakerphp/faker": "^1.9",
2020
"mikey179/vfsstream": "^1.6",
2121
"nexusphp/tachycardia": "^1.0",
22-
"phpstan/phpstan": "0.12.84",
22+
"phpstan/phpstan": "0.12.85",
2323
"phpunit/phpunit": "^9.1",
2424
"predis/predis": "^1.1",
2525
"rector/rector": "0.10.11",

system/Database/Forge.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ public function createDatabase(string $dbName, bool $ifNotExists = false): bool
243243
{
244244
throw new DatabaseException('Unable to create the specified database.', 0, $e);
245245
}
246-
// @phpstan-ignore-next-line
247246
return false; // @codeCoverageIgnore
248247
}
249248
}

0 commit comments

Comments
 (0)