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 class name in doc block #3600

Merged

Conversation

lcobucci
Copy link
Contributor

@lcobucci lcobucci commented Apr 8, 2019

When putting the annotation back we forgot to use the aliased name. This fixes it, making static analysers and IDEs work as expected.

More info: 31df2e8

When putting the annotation back we forgot to use the aliased name. This
fixes it, making static analysers and IDEs work as expected.

More info: 31df2e8
@lcobucci
Copy link
Contributor Author

lcobucci commented Apr 8, 2019

Related to #3588

@codecov
Copy link

codecov bot commented Apr 8, 2019

Codecov Report

Merging #3600 into 8.1 will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##                8.1    #3600   +/-   ##
=========================================
  Coverage     82.91%   82.91%           
  Complexity     3710     3710           
=========================================
  Files           144      144           
  Lines          9640     9640           
=========================================
  Hits           7993     7993           
  Misses         1647     1647
Impacted Files Coverage Δ Complexity Δ
src/Runner/Version.php 64.7% <0%> (ø) 8% <0%> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b258457...89f59bb. Read the comment docs.

@sebastianbergmann sebastianbergmann merged commit 1fd7d2b into sebastianbergmann:8.1 Apr 8, 2019
@lcobucci lcobucci deleted the use-correct-class-name branch April 8, 2019 19:24
@lcobucci
Copy link
Contributor Author

lcobucci commented Apr 8, 2019

@sebastianbergmann thanks!

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

2 participants