Completed
Pull Request — development (#104)
by
unknown
11:57
created
application/modules/xbanners/models/Map/BannersTableMap.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -268,7 +268,7 @@
 block discarded – undo
268 268
      * @param string $indexType One of the class type constants TableMap::TYPE_PHPNAME, TableMap::TYPE_CAMELNAME
269 269
      *                           TableMap::TYPE_COLNAME, TableMap::TYPE_FIELDNAME, TableMap::TYPE_NUM
270 270
      *
271
-     * @return mixed The primary key of the row
271
+     * @return integer The primary key of the row
272 272
      */
273 273
     public static function getPrimaryKeyFromRow($row, $offset = 0, $indexType = TableMap::TYPE_NUM)
274 274
     {
Please login to merge, or discard this patch.
application/modules/xbanners/src/UrlFinder/Results/ResultInterface.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -5,11 +5,15 @@
 block discarded – undo
5 5
 interface ResultInterface
6 6
 {
7 7
 
8
+    /**
9
+     * @return void
10
+     */
8 11
     public function __construct($groupName);
9 12
 
10 13
     /**
11 14
      * @param string $name
12 15
      * @param string $url
16
+     * @return void
13 17
      */
14 18
     public function addResult($name, $url);
15 19
 
Please login to merge, or discard this patch.
application/modules/xbanners/xbanners.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
     /**
103 103
      * @uses xbanners_helper.php getBanner()
104 104
      * @param string $place
105
-     * @return BannersQuery
105
+     * @return xbanners\models\Banners
106 106
      */
107 107
     public function getBanner($place) {
108 108
 
Please login to merge, or discard this patch.