Skip to content

Commit e2bd6db

Browse files
committed
Fixing PSR2 generated code
1 parent 50ab5a1 commit e2bd6db

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
@@ -341,7 +341,7 @@ public function __construct(ContainerInterface \$container)
341341
*/
342342
public function get'.$daoClassName.'() : '.$daoClassName.'
343343
{
344-
if (!$this->'.$daoInstanceName.') {
344+
if (!$this->'.$daoInstanceName.') {
345345
$this->'.$daoInstanceName.' = $this->container->get('.$daoClassName.'::class);
346346
}
347347

0 commit comments

Comments
 (0)