@@ -155,7 +155,7 @@ discard block |
||
155 | 155 | /** |
156 | 156 | * Returns the name of the base bean class from the table name. |
157 | 157 | * |
158 | - * @param $tableName |
|
158 | + * @param string $tableName |
|
159 | 159 | * |
160 | 160 | * @return string |
161 | 161 | */ |
@@ -167,7 +167,7 @@ discard block |
||
167 | 167 | /** |
168 | 168 | * Returns the name of the base DAO class from the table name. |
169 | 169 | * |
170 | - * @param $tableName |
|
170 | + * @param string $tableName |
|
171 | 171 | * |
172 | 172 | * @return string |
173 | 173 | */ |
@@ -185,6 +185,7 @@ discard block |
||
185 | 185 | * @param Table $table The table |
186 | 186 | * @param string $beannamespace The namespace of the bean |
187 | 187 | * @param ClassNameMapper $classNameMapper |
188 | + * @param boolean $storeInUtc |
|
188 | 189 | * |
189 | 190 | * @throws TDBMException |
190 | 191 | */ |
@@ -501,6 +502,8 @@ discard block |
||
501 | 502 | * Generates the factory bean. |
502 | 503 | * |
503 | 504 | * @param Table[] $tableList |
505 | + * @param string $daoFactoryClassName |
|
506 | + * @param string $daoNamespace |
|
504 | 507 | */ |
505 | 508 | private function generateFactory(array $tableList, $daoFactoryClassName, $daoNamespace, ClassNameMapper $classNameMapper) |
506 | 509 | { |
@@ -647,7 +650,7 @@ discard block |
||
647 | 650 | /** |
648 | 651 | * Absolute path to composer json file. |
649 | 652 | * |
650 | - * @param string $rootPath |
|
653 | + * @param string $composerFile |
|
651 | 654 | */ |
652 | 655 | public function setComposerFile($composerFile) |
653 | 656 | { |