Completed
Pull Request — master (#1088)
by
unknown
02:55
created
src/Generators/Command.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
     /**
30 30
      * Getter for appendable
31 31
      *
32
-     * @return void
32
+     * @return null|string
33 33
      */
34 34
     public function appendable()
35 35
     {
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
     /**
40 40
      * Getter for the stub file
41 41
      *
42
-     * @return void
42
+     * @return null|string
43 43
      */
44 44
     public function stubFile()
45 45
     {
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
     /**
62 62
      * Get stub file contents
63 63
      *
64
-     * @return mixed
64
+     * @return string
65 65
      */
66 66
     protected function getTemplateContents()
67 67
     {
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     /**
72 72
      * Get destination file path.
73 73
      *
74
-     * @return mixed
74
+     * @return string
75 75
      */
76 76
     public function getDestinationFilePath()
77 77
     {
Please login to merge, or discard this patch.