Skip to content

Commit 04f3af1

Browse files
author
Andrew Welch
committed
fix: Updated types for Craft CMS 4.0.0-alpha.1 via Rector
1 parent dc0a440 commit 04f3af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/DefaultController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class DefaultController extends Controller
3737
* The actions must be in 'kebab-case'
3838
* @access protected
3939
*/
40-
protected $allowAnonymous = [
40+
protected array|bool|int $allowAnonymous = [
4141
'download-file',
4242
'progress',
4343
];

0 commit comments

Comments
 (0)