Skip to content

Commit

Permalink
Merge pull request codeigniter4#7639 from kenjis/fix-phpdoc-param-Cod…
Browse files Browse the repository at this point in the history
…eIgniter

docs: fix @param in CodeIgniter
  • Loading branch information
kenjis committed Jun 29, 2023
2 parents 120b08d + 2753ad7 commit af377af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/CodeIgniter.php
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ public static function cache(int $time)
* Caches the full response from the current request. Used for
* full-page caching for very high performance.
*
* @return mixed
* @return bool
*/
public function cachePage(Cache $config)
{
Expand Down Expand Up @@ -918,7 +918,7 @@ protected function createController()
* 2. PHP CLI: accessed by CLI via php public/index.php, arguments become URI segments,
* sent to Controllers via Routes, output varies
*
* @param mixed $class
* @param Controller $class
*
* @return false|ResponseInterface|string|void
*/
Expand Down

0 comments on commit af377af

Please sign in to comment.