Skip to content

Commit 4905379

Browse files
committed
Fix docs
1 parent f349809 commit 4905379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ So in case any of your controllers (or plugin controllers) contain such a statem
127127
use Cake\Event\EventInterface;
128128
...
129129

130-
public function beforeFilter(EventInterface $event) {
130+
public function beforeFilter(EventInterface $event): void {
131131
parent::beforeFilter($event);
132132

133133
$this->Auth->allow(['index', 'view']);

0 commit comments

Comments
 (0)