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

phpcb does not insert declare statement #1

Closed
weierophinney opened this issue Dec 31, 2019 · 1 comment
Closed

phpcb does not insert declare statement #1

weierophinney opened this issue Dec 31, 2019 · 1 comment
Labels
Won't Fix This will not be worked on

Comments

@weierophinney
Copy link
Member

Previously I let phpcb insert the declare statement instead of writing it myself.
But since the latest update (2.0.0.alpha4), phpcb does not insert the declare statement anymore.
phpcs still reports the missing declare statement with an error (Missing required strict_types declaration).


Originally posted by @PatrickG at zendframework/zend-coding-standard#23

@geerteltink
Copy link
Member

This won't be fixed for now. Adding the strict type declaration changes behavior and this is not always desired.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Won't Fix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants