Completed
Pull Request — 4.0 (#48)
by Marc
05:03
created
src/Mouf/Database/TDBM/Utils/TDBMDaoGenerator.php 1 patch
Doc Comments   +6 added lines, -3 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.