hydephp / develop

The HydePHP Source Code Monorepo
https://hydephp.com
MIT License
13 stars 6 forks source link

Update the Hyde facade to use a mixin annotation instead of method annotations #1919

Closed caendesilva closed 2 months ago

caendesilva commented 2 months ago

Let's see if this has gotten better support since last time we tried this. If this works, it means that clicking a usage will actually lead to the implementation, and we can get better support for PHPDoc annotations like usages and deprecations.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (7188cf7) to head (4366f2b). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1919 +/- ## =========================================== Coverage 100.00% 100.00% Complexity 1766 1766 =========================================== Files 182 182 Lines 4707 4707 =========================================== Hits 4707 4707 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

caendesilva commented 2 months ago

image

Gonna do some manual testing on VS Code as well. Currently works great in PHPStorm.