Completed
Push — master ( f5691f...6e3cf0 )
by Andrii
07:25
created
src/controllers/PayController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
     /**
105 105
      * @param Transaction $transaction
106 106
      * @param string|array $response
107
-     * @return mixed
107
+     * @return Transaction
108 108
      * @throws \yii\base\ExitException
109 109
      */
110 110
     protected function completeTransaction($transaction, $response)
Please login to merge, or discard this patch.
tests/_support/Page/bill/Create.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
     /**
150 150
      * Looking for blank errors for the given fields.
151 151
      *
152
-     * @param array $fieldsList
152
+     * @param string[] $fieldsList
153 153
      * @throws \Exception
154 154
      */
155 155
     public function containsBlankFieldsError(array $fieldsList): void
Please login to merge, or discard this patch.