dereuromark / cakephp-ide-helper

IDE Helper plugin for CakePHP
MIT License
185 stars 39 forks source link

Remove shim dep. #325

Closed dereuromark closed 1 year ago

dereuromark commented 1 year ago

Addresses https://github.com/dereuromark/cakephp-ide-helper/issues/324

Shim plugin should only be needed as require-dev, not require.

But it seems there are a few more changes necessary Would appreciate if someone can have a look here.

codecov-commenter commented 1 year ago

Codecov Report

Merging #325 (e6cf3a3) into cake5 (3b86e10) will increase coverage by 0.01%. The diff coverage is 92.30%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@             Coverage Diff              @@
##              cake5     #325      +/-   ##
============================================
+ Coverage     82.69%   82.71%   +0.01%     
  Complexity     1773     1773              
============================================
  Files           114      114              
  Lines          4837     4841       +4     
============================================
+ Hits           4000     4004       +4     
  Misses          837      837              
Files Changed Coverage Δ
src/Command/GenerateCodeCompletionCommand.php 95.83% <ø> (ø)
src/Command/Annotate/TemplatesCommand.php 84.61% <50.00%> (ø)
src/Command/Annotate/CallbacksCommand.php 88.57% <100.00%> (ø)
src/Command/Annotate/ClassesCommand.php 87.50% <100.00%> (ø)
src/Command/Annotate/CommandsCommand.php 91.30% <100.00%> (ø)
src/Command/Annotate/ComponentsCommand.php 91.30% <100.00%> (ø)
src/Command/Annotate/ControllersCommand.php 93.10% <100.00%> (ø)
src/Command/Annotate/HelpersCommand.php 91.30% <100.00%> (ø)
src/Command/Annotate/ModelsCommand.php 91.30% <100.00%> (ø)
src/Command/AnnotateCommand.php 92.42% <100.00%> (+0.23%) :arrow_up:
... and 2 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more