File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33namespace Config ;
44
5+ use CodeIgniter \Cache \CacheInterface ;
56use CodeIgniter \Cache \Handlers \DummyHandler ;
67use CodeIgniter \Cache \Handlers \FileHandler ;
78use CodeIgniter \Cache \Handlers \MemcachedHandler ;
Original file line number Diff line number Diff line change 33namespace Config ;
44
55use CodeIgniter \Config \BaseConfig ;
6+ use Kint \Parser \ConstructablePluginInterface ;
67use 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 /**
You can’t perform that action at this time.
0 commit comments