Skip to content

Commit 8aec41a

Browse files
committed
Fixing PHPStan on generated DaoFactory
1 parent e2bd6db commit 8aec41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/TDBMDaoGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ public function __construct(ContainerInterface \$container)
330330
$daoInstanceName = self::toVariableName($daoClassName);
331331

332332
$str .= ' /**
333-
* @var '.$daoClassName.'
333+
* @var '.$daoClassName.'|null
334334
*/
335335
private $'.$daoInstanceName.';
336336

0 commit comments

Comments
 (0)