File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public function initialize(): void
3838 /**
3939 * beforeFilter callback.
4040 *
41- * @param \Cake\Event\EventInterface $event Event.
41+ * @param \Cake\Event\EventInterface<\App\Controller\ErrorController> $event Event.
4242 * @return \Cake\Http\Response|null|void
4343 */
4444 public function beforeFilter (EventInterface $ event )
@@ -48,7 +48,7 @@ public function beforeFilter(EventInterface $event)
4848 /**
4949 * beforeRender callback.
5050 *
51- * @param \Cake\Event\EventInterface $event Event.
51+ * @param \Cake\Event\EventInterface<\App\Controller\ErrorController> $event Event.
5252 * @return \Cake\Http\Response|null|void
5353 */
5454 public function beforeRender (EventInterface $ event )
@@ -61,7 +61,7 @@ public function beforeRender(EventInterface $event)
6161 /**
6262 * afterFilter callback.
6363 *
64- * @param \Cake\Event\EventInterface $event Event.
64+ * @param \Cake\Event\EventInterface<\App\Controller\ErrorController> $event Event.
6565 * @return \Cake\Http\Response|null|void
6666 */
6767 public function afterFilter (EventInterface $ event )
You can’t perform that action at this time.
0 commit comments