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.
1 parent f36d4cf commit 9ee7b21Copy full SHA for 9ee7b21
system/CodeIgniter.php
@@ -734,7 +734,7 @@ public static function cache(int $time)
734
* Caches the full response from the current request. Used for
735
* full-page caching for very high performance.
736
*
737
- * @return mixed
+ * @return bool
738
*/
739
public function cachePage(Cache $config)
740
{
@@ -920,7 +920,7 @@ protected function createController()
920
* 2. PHP CLI: accessed by CLI via php public/index.php, arguments become URI segments,
921
* sent to Controllers via Routes, output varies
922
923
- * @param mixed $class
+ * @param Controller $class
924
925
* @return false|ResponseInterface|string|void
926
0 commit comments