Completed
Push — master ( 2580a4...45d696 )
by Sergi Tur
02:27
created
src/Console/Installable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     }
36 36
 
37 37
     /**
38
-     * @param $fileName
38
+     * @param string $fileName
39 39
      * @param string $prompt
40 40
      *
41 41
      * @return bool
Please login to merge, or discard this patch.
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.