Test Setup Failed
Push — master ( d18a68...cd59fd )
by Gabriel
04:36
created
legacy/File.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -122,6 +122,9 @@
 block discarded – undo
122 122
         return filemtime($this->getPath());
123 123
     }
124 124
 
125
+    /**
126
+     * @return string|null
127
+     */
125 128
     public function getPath()
126 129
     {
127 130
         return $this->_path;
Please login to merge, or discard this patch.
legacy/Image.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -292,8 +292,8 @@  discard block
 block discarded – undo
292 292
     }
293 293
 
294 294
     /**
295
-     * @param $x
296
-     * @param $y
295
+     * @param double $x
296
+     * @param double $y
297 297
      * @param $dwidth
298 298
      * @param $dheight
299 299
      * @param $swidth
@@ -459,7 +459,7 @@  discard block
 block discarded – undo
459 459
     }
460 460
 
461 461
     /**
462
-     * @return mixed
462
+     * @return string
463 463
      */
464 464
     public function getFile()
465 465
     {
Please login to merge, or discard this patch.