Skip to content

Commit 1cf6cb8

Browse files
committed
docs: fix @var for $validator
1 parent 7f3afe9 commit 1cf6cb8

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)