We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788baea commit d36846bCopy full SHA for d36846b
app/Config/Kint.php
@@ -3,7 +3,6 @@
3
namespace Config;
4
5
use Kint\Parser\ConstructablePluginInterface;
6
-use Kint\Renderer\AbstractRenderer;
7
use Kint\Renderer\Rich\TabPluginInterface;
8
use Kint\Renderer\Rich\ValuePluginInterface;
9
system/CodeIgniter.php
@@ -294,7 +294,7 @@ private function configureKint(): void
294
295
RichRenderer::$theme = $config->richTheme;
296
RichRenderer::$folder = $config->richFolder;
297
- RichRenderer::$sort = $config->richSort;
+
298
if (isset($config->richObjectPlugins) && is_array($config->richObjectPlugins)) {
299
RichRenderer::$value_plugins = $config->richObjectPlugins;
300
}
0 commit comments