Completed
Push — master ( 775519...7427c2 )
by Klochok
03:59
created
src/models/Server.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
     /**
92 92
      * Determine good server states.
93 93
      *
94
-     * @return array
94
+     * @return string[]
95 95
      */
96 96
     public function goodStates()
97 97
     {
Please login to merge, or discard this patch.
src/helpers/ServerHelper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -208,6 +208,9 @@
 block discarded – undo
208 208
         return $packages;
209 209
     }
210 210
 
211
+    /**
212
+     * @param Tariff $tariff
213
+     */
211 214
     public static function buildPackageClass($tariff)
212 215
     {
213 216
         if ($tariff->type === Tariff::TYPE_OPENVZ) {
Please login to merge, or discard this patch.
src/models/Package.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
     /**
92 92
      * Determine good server states.
93 93
      *
94
-     * @return array
94
+     * @return string[]
95 95
      */
96 96
     public function goodStates()
97 97
     {
Please login to merge, or discard this patch.