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

Make Atomic subclasses consistently call their parent constructors #9406

Merged
merged 3 commits into from
Mar 12, 2023

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    f5c3f08 View commit details
    Browse the repository at this point in the history
  2. Add back CallableTrait constructor

    edsrzf authored and weirdan committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    3b3d07e View commit details
    Browse the repository at this point in the history
  3. Deprecate CallableTrait::__construct

    All internal consumers have their own constructors now, and we don't
    expect external classes to use it.
    weirdan committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    47f792e View commit details
    Browse the repository at this point in the history