Skip to content

Commit d865e52

Browse files
committed
PHPStan
1 parent 85a4399 commit d865e52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/View/AjaxView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class AjaxView extends AppView {
2828
/**
2929
* List of variables to collect from the associated controller.
3030
*
31-
* @var array<string>
31+
* @var array<int, string>
3232
*/
3333
protected array $_passedVars = [
3434
'viewVars', 'autoLayout', 'ext', 'helpers', 'view', 'layout', 'name', 'theme',

0 commit comments

Comments
 (0)