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

Fix mocking classes with new initializers in method and attribute params on PHP 8.1 #1301

Merged

Commits on Jul 17, 2023

  1. Setup autoload-dev for test fixtures

    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    051341a View commit details
    Browse the repository at this point in the history
  2. Create Php81LanguageFeaturesTest.php

    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    bd52fc6 View commit details
    Browse the repository at this point in the history
  3. Create test fixtures

    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    0fccb6c View commit details
    Browse the repository at this point in the history
  4. Update MethodDefinitionPass.php

    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    fc4e7fd View commit details
    Browse the repository at this point in the history
  5. Fix styleci issues

    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    19c13f1 View commit details
    Browse the repository at this point in the history
  6. Update psalm-baseline.xml

    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    47d3dfc View commit details
    Browse the repository at this point in the history
  7. Make sure the closing bracket is at the end

    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    1c42193 View commit details
    Browse the repository at this point in the history
  8. Include promoted properties

    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    91fdf62 View commit details
    Browse the repository at this point in the history
  9. Include parameter attribute with parameters

    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    5881188 View commit details
    Browse the repository at this point in the history
  10. Fix cs issue

    Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
    ghostwriter committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    638b2b9 View commit details
    Browse the repository at this point in the history