color( 0 ); } } /** * A colour-less terminal * * @ingroup TermColorer */ class DummyTermColorer { public function color( $color ) { return ''; } public function reset() { return ''; } }