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
As of v0.14.1, PHP files with an inline namespace ( i.e. <?php namespace MyNamespace; instead of <?php \nnamespace MyNamespace;) are no longer parsed and instead the class is renamed to a global prefix.
As of v0.14.1, PHP files with an inline namespace ( i.e.
<?php namespace MyNamespace;
instead of<?php \nnamespace MyNamespace;
) are no longer parsed and instead the class is renamed to a global prefix.E.g.: Source file.
(Left: 0.14.0 | Right: v0.14.1 )
The text was updated successfully, but these errors were encountered: