Skip to content

Commit

Permalink
Merge pull request #8182 from kenjis/fix-Controller-validator-type
Browse files Browse the repository at this point in the history
docs: fix `@var` for $validator in Controller
  • Loading branch information
kenjis authored Nov 9, 2023
2 parents 6a56498 + 1cf6cb8 commit 36e555c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Controller
/**
* Once validation has been run, will hold the Validation instance.
*
* @var ValidationInterface
* @var ValidationInterface|null
*/
protected $validator;

Expand Down

0 comments on commit 36e555c

Please sign in to comment.