Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(indexing): properly resolve self, static and parent keywords #532

Merged
merged 1 commit into from Nov 19, 2017

Conversation

felixfbecker
Copy link
Owner

Previously we would dump static, self and parent as literal FQNs into the index.

Previously we would dump static, self and parent as literal FQNs into the index.
@codecov
Copy link

codecov bot commented Nov 19, 2017

Codecov Report

Merging #532 into master will decrease coverage by 0.29%.
The diff coverage is 80%.

@@             Coverage Diff             @@
##             master     #532     +/-   ##
===========================================
- Coverage     79.25%   78.96%   -0.3%     
- Complexity      814      832     +18     
===========================================
  Files            56       56             
  Lines          1938     1968     +30     
===========================================
+ Hits           1536     1554     +18     
- Misses          402      414     +12
Impacted Files Coverage Δ Complexity Δ
src/DefinitionResolver.php 82.92% <53.33%> (-1.28%) 302 <0> (+9)
src/TreeAnalyzer.php 94.05% <91.42%> (-2.42%) 49 <0> (+9)

@felixfbecker felixfbecker merged commit 80ef8ff into master Nov 19, 2017
@felixfbecker felixfbecker deleted the self branch November 19, 2017 00:59
cgxxv pushed a commit to cgxxv/php-language-server that referenced this pull request Mar 25, 2022
…ixfbecker#532)

Previously we would dump static, self and parent as literal FQNs into the index.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant