@@ -106,6 +106,9 @@ |
||
106 | 106 | return $this->result; |
107 | 107 | } |
108 | 108 | |
109 | + /** |
|
110 | + * @param string $stubName |
|
111 | + */ |
|
109 | 112 | private function getStubContents($stubName) |
110 | 113 | { |
111 | 114 | return file_get_contents(self::STUB_DIR.$stubName); |