alekitto / class-finder

Utility classes to help discover other classes/namespaces
https://alekitto.github.io/class-finder/
MIT License
27 stars 5 forks source link

allow safe ^2.0 #6

Closed lemorragia closed 1 year ago

lemorragia commented 1 year ago

homogeneity in the require loop "solido/php-coding-standards" -> "solido/phpstan-rules" -> "kcs/class-finder" -> "solido/php-coding-standards"

alekitto commented 1 year ago

Please also update composer.lock file

lemorragia commented 1 year ago

Please also update composer.lock file

done!

alekitto commented 1 year ago

Could you check the tests failures? It seems that the new version of safe removed the uasort function...

lemorragia commented 1 year ago

will do

codecov[bot] commented 1 year ago

Codecov Report

Merging #6 (6a892dc) into master (f74bfb2) will decrease coverage by 0.11%. The diff coverage is 75.00%.

:exclamation: Current head 6a892dc differs from pull request most recent head b2effe4. Consider uploading reports for the commit b2effe4 to get more accurate results

@@             Coverage Diff              @@
##             master       #6      +/-   ##
============================================
- Coverage     90.13%   90.02%   -0.11%     
- Complexity      309      311       +2     
============================================
  Files            34       34              
  Lines           669      672       +3     
============================================
+ Hits            603      605       +2     
- Misses           66       67       +1     
Impacted Files Coverage Δ
lib/Iterator/PhpDocumentorIterator.php 81.51% <75.00%> (-0.39%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.