Completed
Push — master ( 4829cd...c36629 )
by Dmitry
03:44 queued 10s
created
src/cart/ServerTariffCalculator.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -55,6 +55,9 @@
 block discarded – undo
55 55
         return reset($query->populate([$data]));
56 56
     }
57 57
 
58
+    /**
59
+     * @return Tariff
60
+     */
58 61
     private function getTariffById($id)
59 62
     {
60 63
         foreach ($this->tariffs as $tariff) {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use hipanel\modules\finance\logic\ServerTariffCalculatorInterface;
7 7
 use hipanel\modules\finance\models\Tariff;
8 8
 use yii\base\InvalidParamException;
9
-use yii\base\NotSupportedException;
10 9
 
11 10
 class ServerTariffCalculator implements ServerTariffCalculatorInterface
12 11
 {
Please login to merge, or discard this patch.
tests/_support/_generated/AcceptanceTesterActions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      *
19 19
      * Print out latest Selenium Logs in debug mode
20 20
      *
21
-     * @param TestInterface $test
21
+     * @param \Codeception\TestInterface $test
22 22
      * @see \Codeception\Module\WebDriver::debugWebDriverLogs()
23 23
      */
24 24
     public function debugWebDriverLogs($test = null) {
Please login to merge, or discard this patch.