Skip to content

Commit 1f837bb

Browse files
committed
docs: fix PHPDoc
1 parent 48a07b5 commit 1f837bb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

system/CodeIgniter.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,7 @@ protected function initializeKint()
256256
require_once SYSTEMPATH . 'ThirdParty/Kint/init.php';
257257
}
258258

259-
/**
260-
* Config\Kint
261-
*/
259+
/** @var \Config\Kint $config */
262260
$config = config(KintConfig::class);
263261

264262
Kint::$depth_limit = $config->maxDepth;

0 commit comments

Comments
 (0)