sabre-io / dav

sabre/dav is a CalDAV, CardDAV and WebDAV framework for PHP
http://sabre.io
BSD 3-Clause "New" or "Revised" License
1.54k stars 347 forks source link

refactor: Change class strings to ::class constants #1562

Closed ChristophWurst closed 3 weeks ago

ChristophWurst commented 2 months ago

This is a scripted refactoring to replace class strings with ::class constant references.

I chose not to import the classes to keep the diff clean.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 97.24%. Comparing base (a9d0a90) to head (e7aec4d). Report is 11 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1562 +/- ## ========================================= Coverage 97.24% 97.24% - Complexity 2834 2836 +2 ========================================= Files 175 175 Lines 8843 8852 +9 ========================================= + Hits 8599 8608 +9 Misses 244 244 ```

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