Skip to content

Commit cee670a

Browse files
committed
docs: fix @var
$DBGroup is nullable.
1 parent 7811d2a commit cee670a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)