Skip to content

Commit 3204095

Browse files
authored
Merge pull request #7444 from kenjis/fix-phpdoc-basemodel-DBGroup
docs: fix @var in BaseModel
2 parents 63641f1 + cee670a commit 3204095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/BaseModel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ abstract class BaseModel
6363
* The Database connection group that
6464
* should be instantiated.
6565
*
66-
* @var string
67-
* @phpstan-var non-empty-string
66+
* @var string|null
67+
* @phpstan-var non-empty-string|null
6868
*/
6969
protected $DBGroup;
7070

0 commit comments

Comments
 (0)