Completed
Branch php7.0 (c9debe)
by Alexander
02:55
created
app/modules/Cms/Model/Language.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -288,7 +288,7 @@
 block discarded – undo
288 288
     }
289 289
 
290 290
     /**
291
-     * @return mixed
291
+     * @return integer
292 292
      */
293 293
     public function getPrimary()
294 294
     {
Please login to merge, or discard this patch.
app/modules/Cms/Model/Translate.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
     }
108 108
 
109 109
     /**
110
-     * @return mixed
110
+     * @return string
111 111
      */
112 112
     public function getPhrase()
113 113
     {
Please login to merge, or discard this patch.
app/modules/Publication/Model/Type.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -335,7 +335,7 @@
 block discarded – undo
335 335
     }
336 336
 
337 337
     /**
338
-     * @return mixed
338
+     * @return integer
339 339
      */
340 340
     public function getDisplayDate()
341 341
     {
Please login to merge, or discard this patch.
app/modules/Image/Storage.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -200,7 +200,7 @@  discard block
 block discarded – undo
200 200
 
201 201
     /**
202 202
      * @param $file
203
-     * @return bool
203
+     * @return boolean|null
204 204
      */
205 205
     public function save($file)
206 206
     {
@@ -375,7 +375,7 @@  discard block
 block discarded – undo
375 375
     }
376 376
 
377 377
     /**
378
-     * @param $originalAbsPath
378
+     * @param string $originalAbsPath
379 379
      * @throws \Exception
380 380
      */
381 381
     private function checkOriginalExists($originalAbsPath)
@@ -391,7 +391,7 @@  discard block
 block discarded – undo
391 391
 
392 392
     /**
393 393
      * @param $image
394
-     * @param $originalAbsPath
394
+     * @param string $originalAbsPath
395 395
      * @throws \Exception
396 396
      */
397 397
     private function saveImage($image, $originalAbsPath)
Please login to merge, or discard this patch.