fix
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ use Throwable;
|
||||
class CliRenderer extends TextRenderer
|
||||
{
|
||||
/**
|
||||
* @var bool enable colors when Kint is run in *UNIX* command line
|
||||
* @var bool enable colors
|
||||
*/
|
||||
public static $cli_colors = true;
|
||||
|
||||
|
||||
@@ -42,6 +42,7 @@ class TextRenderer extends Renderer
|
||||
'microtime' => 'Kint\\Renderer\\Text\\MicrotimePlugin',
|
||||
'recursion' => 'Kint\\Renderer\\Text\\RecursionPlugin',
|
||||
'trace' => 'Kint\\Renderer\\Text\\TracePlugin',
|
||||
'enum' => 'Kint\\Renderer\\Text\\EnumPlugin',
|
||||
];
|
||||
|
||||
/**
|
||||
@@ -55,6 +56,7 @@ class TextRenderer extends Renderer
|
||||
'Kint\\Parser\\MicrotimePlugin',
|
||||
'Kint\\Parser\\StreamPlugin',
|
||||
'Kint\\Parser\\TracePlugin',
|
||||
'Kint\\Parser\\EnumPlugin',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user