JakubOnderka / PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output.
Other
647 stars 62 forks source link

Fix colored output after custom console color repository #18

Closed VasekPurchart closed 10 years ago

VasekPurchart commented 10 years ago

After colored output was changed from kevinlebrun, the namespace and classname has changed from Colors\Color to JakubOnderka\PhpConsoleColor\ConsoleColor. The code with its option to highlight colors does not reflect this change and throws an PHP error when a lint error was found.

JakubOnderka commented 10 years ago

Thanks!