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
{{ message }}
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
In \BehEh\Flaps\Flaps::getFlap given incorrect PHPDoc: leading backslash missed and this broke PHPStorm' autocomplete (see attached screenshot). IDE resolves BehEh\Flaps\Flap as nested namespace \BehEh\Flaps\Flaps\BehEh\Flaps\Flap.
If I add backslash in @return autocomplete works fine.
/** * Creates a new Flap and returns it, setting default violation handler., * @param string $name the name of the flap * @return BehEh\Flaps\Flap the created flap here <- here */
The text was updated successfully, but these errors were encountered:
In
\BehEh\Flaps\Flaps::getFlap
given incorrect PHPDoc: leading backslash missed and this broke PHPStorm' autocomplete (see attached screenshot). IDE resolves BehEh\Flaps\Flap as nested namespace \BehEh\Flaps\Flaps\BehEh\Flaps\Flap.If I add backslash in @return autocomplete works fine.
The text was updated successfully, but these errors were encountered: