We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63641f1 + cee670a commit 3204095Copy full SHA for 3204095
1 file changed
system/BaseModel.php
@@ -63,8 +63,8 @@ abstract class BaseModel
63
* The Database connection group that
64
* should be instantiated.
65
*
66
- * @var string
67
- * @phpstan-var non-empty-string
+ * @var string|null
+ * @phpstan-var non-empty-string|null
68
*/
69
protected $DBGroup;
70
0 commit comments