Completed
Push — master ( 610487...98f431 )
by Maxime
05:01
created
src/AlreadyExtract/Utils/ExtractorCommandDecoder/File.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
     }
38 38
 
39 39
     /**
40
-     * @return mixed
40
+     * @return string
41 41
      */
42 42
     public function getPath()
43 43
     {
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
     }
46 46
 
47 47
     /**
48
-     * @param mixed $path
48
+     * @param string $path
49 49
      * @return File
50 50
      */
51 51
     public function setPath($path)
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
     }
56 56
 
57 57
     /**
58
-     * @return mixed
58
+     * @return string
59 59
      */
60 60
     public function getUnpackedSize()
61 61
     {
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
     }
64 64
 
65 65
     /**
66
-     * @param mixed $unpackedSize
66
+     * @param integer $unpackedSize
67 67
      * @return File
68 68
      */
69 69
     public function setUnpackedSize($unpackedSize)
Please login to merge, or discard this patch.