Completed
Pull Request — development (#88)
by Nick
15:57
created
application/modules/mod_seo/mod_seo.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
      * Change simple page meta tags
49 49
      *
50 50
      * @param array $model
51
-     * @return bool
51
+     * @return false|null
52 52
      */
53 53
     public function _buildPageMeta($model) {
54 54
         CI::$APP->seoexpert_model->setLastModified($model['updated']);
@@ -203,7 +203,7 @@  discard block
 block discarded – undo
203 203
      * Change page category meta tags
204 204
      *
205 205
      * @param array $model
206
-     * @return bool
206
+     * @return false|null
207 207
      */
208 208
     public function _buildPageCategoryMeta($model) {
209 209
         $local = MY_Controller::getCurrentLocale();
Please login to merge, or discard this patch.
application/modules/mod_stats/interfaces/FileImport.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -6,6 +6,7 @@
 block discarded – undo
6 6
      * Include file (or all recursively files in dir)
7 7
      * The starting directory is the directory where the class is (witch using trait)
8 8
      * @param string $filePath
9
+     * @return void
9 10
      */
10 11
     public function import($filePath);
11 12
 
Please login to merge, or discard this patch.
application/modules/mod_stats/models/categories_model.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     /**
64 64
      * Prepare array with child categorie's ids
65 65
      * @param array $dataArray
66
-     * @return boolean|array
66
+     * @return false|string
67 67
      */
68 68
     public function prepareArray($dataArray = null) {
69 69
         if ($dataArray == null) {
Please login to merge, or discard this patch.
application/modules/payment_method_2checkout/payment_method_2checkout.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@
 block discarded – undo
174 174
     /**
175 175
      * Save settings
176 176
      *
177
-     * @return bool|string
177
+     * @return boolean
178 178
      */
179 179
     public function saveSettings(SPaymentMethods $paymentMethod) {
180 180
         $saveKey = $paymentMethod->getId() . '_' . $this->moduleName;
Please login to merge, or discard this patch.
application/modules/payment_method_interkassa/payment_method_interkassa.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@
 block discarded – undo
183 183
     /**
184 184
      * Save settings
185 185
      *
186
-     * @return bool|string
186
+     * @return boolean
187 187
      */
188 188
     public function saveSettings(SPaymentMethods $paymentMethod) {
189 189
         $saveKey = $paymentMethod->getId() . '_' . $this->moduleName;
Please login to merge, or discard this patch.
application/modules/payment_method_liqpay/payment_method_liqpay.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -188,7 +188,7 @@
 block discarded – undo
188 188
     /**
189 189
      * Save settings
190 190
      *
191
-     * @return bool|string
191
+     * @return boolean
192 192
      */
193 193
     public function saveSettings(SPaymentMethods $paymentMethod) {
194 194
         $saveKey = $paymentMethod->getId() . '_' . $this->moduleName;
Please login to merge, or discard this patch.
application/modules/payment_method_oschadbank/payment_method_oschadbank.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -333,6 +333,9 @@  discard block
 block discarded – undo
333 333
      * @float  $y
334 334
      * @float  $width
335 335
      * @float  $height
336
+     * @param integer $y
337
+     * @param integer $width
338
+     * @param integer $height
336 339
      * @return void
337 340
      */
338 341
     protected function drawTextB($text, $x, $y, $width, $height) {
@@ -343,7 +346,7 @@  discard block
 block discarded – undo
343 346
     /**
344 347
      * Save settings
345 348
      *
346
-     * @return bool|string
349
+     * @return boolean
347 350
      */
348 351
     public function saveSettings(SPaymentMethods $paymentMethod) {
349 352
         $saveKey = $paymentMethod->getId() . '_' . $this->moduleName;
Please login to merge, or discard this patch.
application/modules/payment_method_paypal/payment_method_paypal.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@
 block discarded – undo
181 181
     /**
182 182
      * Save settings
183 183
      *
184
-     * @return bool|string
184
+     * @return boolean
185 185
      */
186 186
     public function saveSettings(SPaymentMethods $paymentMethod) {
187 187
         $saveKey = $paymentMethod->getId() . '_' . $this->moduleName;
Please login to merge, or discard this patch.
application/modules/payment_method_privat24/payment_method_privat24.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
     /**
49 49
      * Отримуємо форму адміна при підключенні оплати
50 50
      * @param integer $id способу оплати
51
-     * @return array та форму з даними цього масиву
51
+     * @return null|string та форму з даними цього масиву
52 52
      */
53 53
     public function getAdminForm($id, $payName = null) {
54 54
         if (!$this->dx_auth->is_admin()) {
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
     /**
95 95
      *  Виводить кнопку "Оплатити" при замовленні товару
96 96
      * @param type $param
97
-     * @return type
97
+     * @return string
98 98
      */
99 99
     public function getForm($param) {
100 100
         $id = $param->getPaymentMethod();
Please login to merge, or discard this patch.