Completed
Push — master ( 11ad20...a09f6d )
by Sergi Tur
05:23
created
src/Filesystem/Filesystem.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
16 16
      *
17 17
      * Overwrite file with provided content.
18 18
      *
19
-     * @param $file
19
+     * @param string $file
20 20
      * @param $content
21 21
      */
22 22
     public function overwrite($file, $content)
@@ -42,6 +42,7 @@  discard block
 block discarded – undo
42 42
 
43 43
     /**
44 44
      * Get file contents
45
+     * @param string $file
45 46
      */
46 47
     public function get($file) {
47 48
         return file_get_contents($file);
Please login to merge, or discard this patch.