Skip to content

Commit 36e555c

Browse files
authored
Merge pull request #8182 from kenjis/fix-Controller-validator-type
docs: fix `@var` for $validator in Controller
2 parents 6a56498 + 1cf6cb8 commit 36e555c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Controller
6565
/**
6666
* Once validation has been run, will hold the Validation instance.
6767
*
68-
* @var ValidationInterface
68+
* @var ValidationInterface|null
6969
*/
7070
protected $validator;
7171

0 commit comments

Comments
 (0)