Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge up 5.4.x to 6.0.x #743

Merged
merged 5 commits into from
Oct 15, 2023
Merged

Merge up 5.4.x to 6.0.x #743

merged 5 commits into from
Oct 15, 2023

Commits on Jun 9, 2023

  1. Fix schema_assets_filter configuration docs

    The callable set as schemaAssetsFilter should return false for tables that you want filtered out
    See e.g. https://github.com/doctrine/dbal/blob/3.6.x/src/Configuration.php#L167
    ittmann authored and TomHAnderson committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    fd3a9fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0e2256 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9b37a7 View commit details
    Browse the repository at this point in the history
  4. Fix Static Analysis / PHPStan

    Fix Ignored error pattern #Parameter \#1 .* of method Doctrine\\Common\\DataFixtures\\Executor\\ORMExecutor::execute\(\)# in path
             tests/Paginator/AdapterTest.php was not matched in reported errors.
    ittmann authored and TomHAnderson committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    1ca9cf4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0a100d View commit details
    Browse the repository at this point in the history