@@ -147,7 +147,7 @@ discard block |
||
147 | 147 | /** |
148 | 148 | * Returns the name of the base bean class from the table name. |
149 | 149 | * |
150 | - * @param $tableName |
|
150 | + * @param string $tableName |
|
151 | 151 | * |
152 | 152 | * @return string |
153 | 153 | */ |
@@ -159,7 +159,7 @@ discard block |
||
159 | 159 | /** |
160 | 160 | * Returns the name of the base DAO class from the table name. |
161 | 161 | * |
162 | - * @param $tableName |
|
162 | + * @param string $tableName |
|
163 | 163 | * |
164 | 164 | * @return string |
165 | 165 | */ |
@@ -176,6 +176,7 @@ discard block |
||
176 | 176 | * @param Table $table The table |
177 | 177 | * @param string $beannamespace The namespace of the bean |
178 | 178 | * @param ClassNameMapper $classNameMapper |
179 | + * @param boolean $storeInUtc |
|
179 | 180 | * |
180 | 181 | * @throws TDBMException |
181 | 182 | */ |
@@ -486,6 +487,8 @@ discard block |
||
486 | 487 | * Generates the factory bean. |
487 | 488 | * |
488 | 489 | * @param Table[] $tableList |
490 | + * @param string $daoFactoryClassName |
|
491 | + * @param string $daoNamespace |
|
489 | 492 | */ |
490 | 493 | private function generateFactory(array $tableList, $daoFactoryClassName, $daoNamespace, ClassNameMapper $classNameMapper) |
491 | 494 | { |