Skip to content

Commit

Permalink
Resolve CI/CD issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wmouwen committed Mar 18, 2024
1 parent 8e4ef48 commit 30cdf61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ parameters:
message: '~^Parameter #1 \$command of method Symfony\\Component\\Console\\Application::add\(\) expects Symfony\\Component\\Console\\Command\\Command, Doctrine\\DBAL\\Tools\\Console\\Command\\ReservedWordsCommand given\.$~'
path: src/Tools/Console/ConsoleRunner.php

-
message: '~Strict comparison using \=\=\= between callable\(\)\: mixed and null will always evaluate to false\.~'
path: src/Tools/SchemaTool.php

# To be removed in 4.0
-
message: '#Negated boolean expression is always false\.#'
Expand Down
1 change: 1 addition & 0 deletions src/Tools/SchemaTool.php
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,7 @@ private function createSchemaForComparison(Schema $toSchema): Schema

/**
* Explicitly set $previousFilter to callable|null to match DBAL v3 returned types.
*
* @psalm-var callable|null $previousFilter
*/
$previousFilter = $config->getSchemaAssetsFilter();
Expand Down

0 comments on commit 30cdf61

Please sign in to comment.