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

Allow Dynamic Properties on PHP 8.2 #1214

Conversation

ghostwriter
Copy link
Member

If accepted, this patch allows Mockery to add #[\AllowDynamicProperties] PHP Attribute to the mock classes it generates.

before:

class Mockery_Foo {
    // snip
}

after:

#[\AllowDynamicProperties]
class Mockery_Foo {
    // snip
}

Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
@davedevelopment
Copy link
Collaborator

Might be able to take care of this in #1210

@ghostwriter ghostwriter deleted the feature/php-82/allow-dynamic-properties branch February 22, 2023 18:26
@ghostwriter ghostwriter self-assigned this May 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants