@@ -29,7 +29,7 @@ discard block |
||
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 |
||
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 |
||
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 |
||
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 | { |