Completed
Branch master (573628)
by Pierre-Henry
33:37
created
_protected/app/system/core/models/AdsCoreModel.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,8 +18,10 @@
 block discarded – undo
18 18
     /**
19 19
      * Get Advertisements in the database.
20 20
      *
21
-     * @param int|null $mActive 1 = active otherwise null. Default value is 1.
21
+     * @param integer $mActive 1 = active otherwise null. Default value is 1.
22 22
      * @param string $sTable The table.
23
+     * @param integer $iOffset
24
+     * @param integer $iLimit
23 25
      *
24 26
      * @return array The advertisements data.
25 27
      */
Please login to merge, or discard this patch.
_protected/framework/Analytics/Analytics.class.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -345,7 +345,7 @@
 block discarded – undo
345 345
      * @param string $sToFind
346 346
      * @param string $sContents
347 347
      *
348
-     * @return bool
348
+     * @return integer
349 349
      */
350 350
     protected function find($sToFind, $sContents)
351 351
     {
Please login to merge, or discard this patch.