Completed
Push — master ( 54947b...6a07df )
by Dmitry
04:48
created
src/models/Package.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
     }
116 116
 
117 117
     /**
118
-     * @return array
118
+     * @return string[]
119 119
      */
120 120
     public function getLocations()
121 121
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace hipanel\modules\server\models;
13 13
 
14
-use hipanel\modules\finance\logic\Calculator;
15 14
 use hipanel\modules\finance\models\Calculation;
16 15
 use hipanel\modules\finance\models\ServerResource;
17 16
 use hipanel\modules\finance\models\stubs\ServerResourceStub;
Please login to merge, or discard this patch.