Skip to content

Commit

Permalink
Merge pull request #1176 from doctrine/3.1.x
Browse files Browse the repository at this point in the history
Merge 3.1.x into 3.2.x
  • Loading branch information
greg0ire authored Jul 3, 2021
2 parents 8828026 + 7b07fcc commit 53bc42c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"phpstan/phpstan-strict-rules": "^0.12",
"phpstan/phpstan-symfony": "^0.12",
"phpunit/phpunit": "^8.5 || ^9.4",
"symfony/cache": "^5.3",
"symfony/process": "^3.4 || ^4.0 || ^5.0",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion lib/Doctrine/Migrations/Version/DbalExecutor.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ private function migrationEnd(Throwable $e, MigrationPlan $plan, ExecutionResult
private function logResult(Throwable $e, ExecutionResult $result, MigrationPlan $plan): void
{
if ($result->isSkipped()) {
$this->logger->error(
$this->logger->notice(
'Migration {version} skipped during {state}. Reason: "{reason}"',
[
'version' => (string) $plan->getVersion(),
Expand Down

0 comments on commit 53bc42c

Please sign in to comment.