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
Because the Symfony Finder reference in scoper.inc.php is under the Isolated namespace, there is no autosuggest/intellisense available. Storing the class itself in a $finder variable and annotating it via DocBlock brings it back:
Feature Request
Because the Symfony Finder reference in
scoper.inc.php
is under theIsolated
namespace, there is no autosuggest/intellisense available. Storing the class itself in a$finder
variable and annotating it via DocBlock brings it back:Maybe this could be updated in the docs and in the generated
scoper.inc.php
file?The text was updated successfully, but these errors were encountered: