[PHP] Can Netbeans detect "declare(strict_types=1)" and shows error/warning #5108
Unanswered
the-liquid-metal
asked this question in
Q&A
Replies: 2 comments
-
Nothing like this does not exist in NetBeans. List of available checks can be found in Options dialog under Editor - Hints - Langunage: PHP. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Which item should i check? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
While testing NB16, I was quite surprised that netbeans didn't show any errors/warnings for very simple cases related to the
declare(strict_types=1)
. Does this feature already exist?here is the test code:
Should i open an issue for this one?
Beta Was this translation helpful? Give feedback.
All reactions