You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's really common for a PHP project to have multiples files starting by the same namespace. If someone add a strict_types declaration before that namespace it will trigger similar-code.
For example the following code could be at the start of all controllers from a PHP project.
It's really common for a PHP project to have multiples files starting by the same namespace. If someone add a strict_types declaration before that namespace it will trigger similar-code.
For example the following code could be at the start of all controllers from a PHP project.
It's a similar issue to #179, maybe adding an "exclude_lines" to the config might solve this problems and future similar problems.
The text was updated successfully, but these errors were encountered: