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 f349809 commit 4905379Copy full SHA for 4905379
docs/Authentication.md
@@ -127,7 +127,7 @@ So in case any of your controllers (or plugin controllers) contain such a statem
127
use Cake\Event\EventInterface;
128
...
129
130
- public function beforeFilter(EventInterface $event) {
+ public function beforeFilter(EventInterface $event): void {
131
parent::beforeFilter($event);
132
133
$this->Auth->allow(['index', 'view']);
0 commit comments