Completed
Push — development ( 98bb7e...ef9e73 )
by Andrij
11:29
created
application/modules/xbanners/models/Base/BannerImageI18nQuery.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,6 @@
 block discarded – undo
118 118
      * $obj = $c->findPk(array(12, 34), $con);
119 119
      * </code>
120 120
      *
121
-     * @param array[$id, $locale] $key Primary key to use for the query
122 121
      * @param ConnectionInterface $con an optional connection object
123 122
      *
124 123
      * @return ChildBannersI18n|array|mixed the result, formatted by the current formatter
Please login to merge, or discard this patch.
application/modules/exchange/classes/ExchangeBase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
      * @param string $tableName
129 129
      * @param array $data
130 130
      * @throws Exception
131
-     * @return bool|void
131
+     * @return false|null
132 132
      */
133 133
     protected function insertPropertiesData($tableName, $data) {
134 134
 
Please login to merge, or discard this patch.
application/modules/exchange/classes/Properties.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -57,6 +57,9 @@
 block discarded – undo
57 57
      */
58 58
     protected $propertiesData = [];
59 59
 
60
+    /**
61
+     * @param string $externalId
62
+     */
60 63
     public function getBrandIdByExId($externalId = NULL) {
61 64
 
62 65
         if ($externalId == NULL) {
Please login to merge, or discard this patch.
application/modules/import_export/classes/BaseImport.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -290,7 +290,7 @@
 block discarded – undo
290 290
     }
291 291
 
292 292
     /**
293
-     * @return bool
293
+     * @return false|null
294 294
      */
295 295
     public function Querys() {
296 296
 
Please login to merge, or discard this patch.
application/modules/payment_method_walletone/payment_method_walletone.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -228,6 +228,10 @@  discard block
 block discarded – undo
228 228
 
229 229
     }
230 230
 
231
+    /**
232
+     * @param string $result
233
+     * @param string $description
234
+     */
231 235
     private function printAnswer($result, $description) {
232 236
         print 'WMI_RESULT=' . strtoupper($result) . '&';
233 237
         print 'WMI_DESCRIPTION=' . urlencode($description);
@@ -236,7 +240,7 @@  discard block
 block discarded – undo
236 240
     /**
237 241
      * Save settings
238 242
      *
239
-     * @return bool|string
243
+     * @return boolean
240 244
      */
241 245
     public function saveSettings(SPaymentMethods $paymentMethod) {
242 246
         $saveKey = $paymentMethod->getId() . '_' . $this->moduleName;
Please login to merge, or discard this patch.
application/modules/ymarket/models/ymarket_model.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 
27 27
     /**
28 28
      * Selects the category assigned by the user
29
-     * @param $type int
29
+     * @param integer $type int
30 30
      * @return array Information about the selected category
31 31
      */
32 32
     public function init($type) {
Please login to merge, or discard this patch.