-
-
Notifications
You must be signed in to change notification settings - Fork 154
Support @var TypeHere without var name #618
Copy link
Copy link
Closed
Labels
Description
With the cursor on getUserId, invoking find-references only returns one result, corresponding to this definition (using phpactor 0.9.0)
Looks like the annotation was not taken into account, or is it something else ?
Here's a bit of output from the replay
[2018-10-22 18:35:07] phpactor.DEBUG: RESPONSE {"action":"collection","parameters":{"actions":[{"name":"echo","parameters":{"message":"Found 1 literal references to method \"getUserId\" using FS \"git\""}},{"name":"file_references","parameters":{"file_references":[{"file":"/home/mikael/workspace/lmt/project/src/AppBundle/Application/User/UserCompleteProfileWasUpdated.php","references":[{"start":"Over 9 levels deep, aborting normalization","end":"Over 9 levels deep, aborting normalization","line_no":"Over 9 levels deep, aborting normalization","col_no":"Over 9 levels deep, aborting normalization"}]}]}}]}} []
{"version":"1.0.0","action":"collection","parameters":{"actions":[{"name":"echo","parameters":{"message":"Found 1 literal references to method \"getUserId\" using FS \"git\""}},{"name":"file_references","parameters":{"file_references":[{"file":"\/home\/mikael\/workspace\/lmt\/project\/src\/AppBundle\/Application\/User\/UserCompleteProfileWasUpdated.php","references":[{"start":359,"end":368,"line_no":18,"col_no":20}]}]}}]}}
Reactions are currently unavailable
