Ripcord
Ripcord copied to clipboard
Composer deprecations fix
Issue #18
Reason
All classes in folder src/Ripcord/Documentor
and src/Ripcord/Parsers
have a wrong namespace definition following psr-4 specifications for classes autoloading.
Resolution
- Renamed all occurences of
Documentator
byDocumentor
Comments
I had to choice between words Documentor
and Documentator
.
Edit
The word Documentor
was choosen to avoid BC break.
How can I fix continuous integration checks?
It seems not possible to avoid all BC breaks due to the folder Documentator
.
Your code uses reflections so I didn't create fake folders and classes to extend right ones.
Maybe by using the parameter "classmap" of composer and remove psr-4 standard?