Skip to content

Commit

Permalink
docs: fix @var for $validator
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Nov 9, 2023
1 parent 7f3afe9 commit 1cf6cb8
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 1cf6cb8

Please sign in to comment.