Completed
Pull Request — 4.0 (#84)
by Jean-Baptiste
05:47
created
src/Mouf/Database/TDBM/TDBMService.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -581,7 +581,7 @@  discard block
 block discarded – undo
581 581
      * This is used internally by TDBM to add an object to the list of objects that have been
582 582
      * created/updated but not saved yet.
583 583
      *
584
-     * @param AbstractTDBMObject $myObject
584
+     * @param DbRow $myObject
585 585
      */
586 586
     public function _addToToSaveObjectList(DbRow $myObject)
587 587
     {
@@ -1332,7 +1332,7 @@  discard block
 block discarded – undo
1332 1332
     /**
1333 1333
      * Returns the column list that must be fetched for the SQL request.
1334 1334
      *
1335
-     * @param $mainTable
1335
+     * @param string $mainTable
1336 1336
      * @param array $additionalTablesFetch
1337 1337
      *
1338 1338
      * @return array
@@ -1387,7 +1387,7 @@  discard block
 block discarded – undo
1387 1387
     }
1388 1388
 
1389 1389
     /**
1390
-     * @param $table
1390
+     * @param string $table
1391 1391
      * @param array  $primaryKeys
1392 1392
      * @param array  $additionalTablesFetch
1393 1393
      * @param bool   $lazy                  Whether to perform lazy loading on this object or not.
@@ -1591,7 +1591,7 @@  discard block
 block discarded – undo
1591 1591
      * @param $pivotTableName
1592 1592
      * @param AbstractTDBMObject $bean
1593 1593
      *
1594
-     * @return AbstractTDBMObject[]
1594
+     * @return ResultIterator
1595 1595
      */
1596 1596
     public function _getRelatedBeans($pivotTableName, AbstractTDBMObject $bean)
1597 1597
     {
Please login to merge, or discard this patch.