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
<?phpclass Bar extends Foo
{
publicfunctionbaz()
{
$this->x->baz('');
}
}
File bar.php can not be opened, nothing happen. The string parameter for baz('') is important, without this parameter, or with another parameter type like int, the file can be opened.
PhpStorm 2017.1.2; PS-171.4249.3
The text was updated successfully, but these errors were encountered:
I found a minimal setup to reproduce the bug:
File
foo.php
:File
bar.php
:File
bar.php
can not be opened, nothing happen. The string parameter forbaz('')
is important, without this parameter, or with another parameter type like int, the file can be opened.PhpStorm 2017.1.2; PS-171.4249.3
The text was updated successfully, but these errors were encountered: