Skip to content

Commit

Permalink
Remove superfluous enum text renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
jnvsor committed Oct 19, 2024
1 parent 3fae5bd commit 521a000
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 39 deletions.
Binary file modified build/kint.phar
Binary file not shown.
38 changes: 0 additions & 38 deletions src/Renderer/Text/EnumPlugin.php

This file was deleted.

1 change: 0 additions & 1 deletion src/Renderer/TextRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class TextRenderer extends AbstractRenderer
'array_limit' => Text\LockPlugin::class,
'blacklist' => Text\LockPlugin::class,
'depth_limit' => Text\LockPlugin::class,
'enum' => Text\EnumPlugin::class,
'splfileinfo' => Text\SplFileInfoPlugin::class,
'microtime' => Text\MicrotimePlugin::class,
'recursion' => Text\LockPlugin::class,
Expand Down

0 comments on commit 521a000

Please sign in to comment.