Skip to content

Commit 5fa8049

Browse files
committed
config: overwrite with latest Config files
1 parent 8daa8f6 commit 5fa8049

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

app/Config/Cache.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace Config;
44

5+
use CodeIgniter\Cache\CacheInterface;
56
use CodeIgniter\Cache\Handlers\DummyHandler;
67
use CodeIgniter\Cache\Handlers\FileHandler;
78
use CodeIgniter\Cache\Handlers\MemcachedHandler;

app/Config/Kint.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
namespace Config;
44

55
use CodeIgniter\Config\BaseConfig;
6+
use Kint\Parser\ConstructablePluginInterface;
67
use Kint\Renderer\AbstractRenderer;
8+
use Kint\Renderer\Rich\TabPluginInterface;
9+
use Kint\Renderer\Rich\ValuePluginInterface;
710

811
/**
912
* --------------------------------------------------------------------------
@@ -39,12 +42,11 @@ class Kint extends BaseConfig
3942
*/
4043
public string $richTheme = 'aante-light.css';
4144
public bool $richFolder = false;
45+
public int $richSort = AbstractRenderer::SORT_FULL;
4246

4347
/**
4448
* @var array<string, class-string<ValuePluginInterface>>|null
4549
*/
46-
public int $richSort = AbstractRenderer::SORT_FULL;
47-
4850
public $richObjectPlugins;
4951

5052
/**

0 commit comments

Comments
 (0)