Skip to content

Commit af377af

Browse files
authored
Merge pull request #7639 from kenjis/fix-phpdoc-param-CodeIgniter
docs: fix @param in CodeIgniter
2 parents 120b08d + 2753ad7 commit af377af

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
@@ -732,7 +732,7 @@ public static function cache(int $time)
732732
* Caches the full response from the current request. Used for
733733
* full-page caching for very high performance.
734734
*
735-
* @return mixed
735+
* @return bool
736736
*/
737737
public function cachePage(Cache $config)
738738
{
@@ -918,7 +918,7 @@ protected function createController()
918918
* 2. PHP CLI: accessed by CLI via php public/index.php, arguments become URI segments,
919919
* sent to Controllers via Routes, output varies
920920
*
921-
* @param mixed $class
921+
* @param Controller $class
922922
*
923923
* @return false|ResponseInterface|string|void
924924
*/

0 commit comments

Comments
 (0)