We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a4399 commit d865e52Copy full SHA for d865e52
1 file changed
src/View/AjaxView.php
@@ -28,7 +28,7 @@ class AjaxView extends AppView {
28
/**
29
* List of variables to collect from the associated controller.
30
*
31
- * @var array<string>
+ * @var array<int, string>
32
*/
33
protected array $_passedVars = [
34
'viewVars', 'autoLayout', 'ext', 'helpers', 'view', 'layout', 'name', 'theme',
0 commit comments