Skip to content

Commit

Permalink
Update phpstan/phpstan requirement from 0.12.84 to 0.12.85 (#4620)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 28, 2021
1 parent 4969b42 commit 2f388dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion system/Database/Forge.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 2f388dc

Please sign in to comment.