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

replace asserting doctrine is instance of Registry with assert it is proper interface #401

Merged
merged 1 commit into from
Feb 12, 2021

Commits on Feb 12, 2021

  1. replace asserting doctrine is instance of Registry with assert it is …

    …proper interface
    
    doctrine migration commands is showing warning when using custom implemetation of doctrine manager
    this is why ive changed assert instance of Registry to assert instance of ManagerRegistry interface
    as only one method getManagerNames is used that is declared in this interface
    Fixes doctrine#400
    Slawomir Rostek authored and slawro committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    861963e View commit details
    Browse the repository at this point in the history