Skip to content

[Php74] Apply PHP 7.4 syntax and typed properties (for private modifier) #108

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

Merged
merged 2 commits into from
Sep 26, 2021

Conversation

samsonasik
Copy link
Member

Q A
QA yes

Description

[Php74] Apply PHP 7.4 syntax and typed properties (for private modifier) to keep BC.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Signed-off-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
// This loop is just validating that the given `$implementedInterfaces` contains valid syntax/symbols
return TypeGenerator::fromTypeString($implementedInterface);
}, $implementedInterfaces);
// This loop is just validating that the given `$implementedInterfaces` contains valid syntax/symbols
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we can just drop this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dropped it.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
…d syntax/symbols

Signed-off-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
@samsonasik
Copy link
Member Author

All green 🎉

@Ocramius Ocramius self-assigned this Sep 26, 2021
@Ocramius Ocramius added this to the 4.5.0 milestone Sep 26, 2021
@Ocramius Ocramius merged commit e9e2dcc into laminas:4.5.x Sep 26, 2021
@Ocramius
Copy link
Member

Thanks @samsonasik!

@samsonasik samsonasik deleted the php74-syntax branch September 26, 2021 14:18
michaelpetri pushed a commit to michaelpetri/laminas-code that referenced this pull request Nov 15, 2021

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[Php74] Apply PHP 7.4 syntax and typed properties (for private modifiers)

Signed-off-by: Michael Petri <mpetri@lyska.io>
michaelpetri pushed a commit to michaelpetri/laminas-code that referenced this pull request Nov 15, 2021
[Php74] Apply PHP 7.4 syntax and typed properties (for private modifiers)

Signed-off-by: Michael Petri <mpetri@lyska.io>
michaelpetri pushed a commit to michaelpetri/laminas-code that referenced this pull request Nov 24, 2021
[Php74] Apply PHP 7.4 syntax and typed properties (for private modifiers)

Signed-off-by: Michael Petri <mpetri@lyska.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants