Skip to content

Commit 9ee7b21

Browse files
committed
docs: fix PHPDoc types
1 parent f36d4cf commit 9ee7b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/CodeIgniter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ public static function cache(int $time)
734734
* Caches the full response from the current request. Used for
735735
* full-page caching for very high performance.
736736
*
737-
* @return mixed
737+
* @return bool
738738
*/
739739
public function cachePage(Cache $config)
740740
{
@@ -920,7 +920,7 @@ protected function createController()
920920
* 2. PHP CLI: accessed by CLI via php public/index.php, arguments become URI segments,
921921
* sent to Controllers via Routes, output varies
922922
*
923-
* @param mixed $class
923+
* @param Controller $class
924924
*
925925
* @return false|ResponseInterface|string|void
926926
*/

0 commit comments

Comments
 (0)