We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 120b08d + 2753ad7 commit af377afCopy full SHA for af377af
system/CodeIgniter.php
@@ -732,7 +732,7 @@ public static function cache(int $time)
732
* Caches the full response from the current request. Used for
733
* full-page caching for very high performance.
734
*
735
- * @return mixed
+ * @return bool
736
*/
737
public function cachePage(Cache $config)
738
{
@@ -918,7 +918,7 @@ protected function createController()
918
* 2. PHP CLI: accessed by CLI via php public/index.php, arguments become URI segments,
919
* sent to Controllers via Routes, output varies
920
921
- * @param mixed $class
+ * @param Controller $class
922
923
* @return false|ResponseInterface|string|void
924
0 commit comments