Completed
Pull Request — development (#90)
by Nick
24:05
created
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
@@ -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_liqpay/payment_method_liqpay.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_paypal/payment_method_paypal.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_robokassa/payment_method_robokassa.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/xbanners/src/Entities/BannerEffects.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@
 block discarded – undo
150 150
     /**
151 151
      * Run self::getQueries() with DROP_PATTERN
152 152
      *
153
-     * @return array
153
+     * @return string[]
154 154
      */
155 155
     protected function getDropQueries() {
156 156
 
Please login to merge, or discard this patch.
application/modules/trash/trash.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -91,9 +91,9 @@
 block discarded – undo
91 91
 
92 92
     /**
93 93
      *
94
-     * @param type $trash_url
95
-     * @param type $redirect_url
96
-     * @param type $type
94
+     * @param type integer
95
+     * @param type integer
96
+     * @param integer $type
97 97
      * @throws Exception
98 98
      */
99 99
     public function create_redirect($trash_url, $redirect_url, $type = 301) {
Please login to merge, or discard this patch.