Ripcord icon indicating copy to clipboard operation
Ripcord copied to clipboard

Composer deprecations fix

Open Ang3 opened this issue 4 years ago • 2 comments

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 by Documentor

Comments I had to choice between words Documentor and Documentator.

Edit The word Documentor was choosen to avoid BC break.

Ang3 avatar Jul 07 '20 21:07 Ang3

How can I fix continuous integration checks?

Ang3 avatar Jul 07 '20 21:07 Ang3

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?

Ang3 avatar Jul 08 '20 09:07 Ang3