Completed
Push — master ( 8e0636...a5fcf8 )
by Dmitry
12:36
created
src/helpers/ServerHelper.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
      * Gets array of [[Osimage]] for $type.
56 56
      *
57 57
      * @param string $type
58
-     * @return Osimage[]|null
58
+     * @return Osimage[]
59 59
      */
60 60
     public static function getOsimages($type = null)
61 61
     {
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
      * @param integer $tariff_id
151 151
      * @throws NotFoundHttpException
152 152
      * @throws UnprocessableEntityHttpException
153
-     * @return Package|array
153
+     * @return Osimage[]
154 154
      */
155 155
     public static function getAvailablePackages($type = null, $tariff_id = null)
156 156
     {
@@ -197,7 +197,7 @@  discard block
 block discarded – undo
197 197
     }
198 198
 
199 199
     /**
200
-     * @param $tariff
200
+     * @param Tariff $tariff
201 201
      * @return mixed
202 202
      */
203 203
     public static function buildPackageClass($tariff)
Please login to merge, or discard this patch.