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 2.18.x up into 3.0.x #11302

Merged
merged 3 commits into from
Feb 24, 2024
Merged

Merge 2.18.x up into 3.0.x #11302

merged 3 commits into from
Feb 24, 2024

Commits on Feb 22, 2024

  1. Remove wrong annotation about return type

    Although this method is guaranteed to return either null or something
    that can be used as a fully qualified class name, it never actually
    checks that the class actually exists. Adding such a check breaks
    several tests, including some that expect a exceptions at some later
    points in the execution.
    greg0ire committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    cc314d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Merge pull request doctrine#11293 from greg0ire/wrong-type

    Remove wrong annotation about return type
    greg0ire authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    76c4539 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54cd700 View commit details
    Browse the repository at this point in the history