File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public function getOutputPath()
62
62
/**
63
63
* @param string $path
64
64
*
65
- * @return File
65
+ * @return FileContainer
66
66
*/
67
67
public function setOutputPath ($ path )
68
68
{
@@ -82,7 +82,7 @@ public function getSourceContent()
82
82
/**
83
83
* @param string $content
84
84
*
85
- * @return File
85
+ * @return FileContainer
86
86
*/
87
87
public function setSourceContent ($ content )
88
88
{
@@ -92,7 +92,7 @@ public function setSourceContent($content)
92
92
}
93
93
94
94
/**
95
- * @return File
95
+ * @return FileContainer
96
96
* @throws FileException
97
97
*/
98
98
public function setSourceContentFromSourcePath ()
@@ -123,7 +123,7 @@ public function getSourcePath()
123
123
/**
124
124
* @param string $path
125
125
*
126
- * @return File
126
+ * @return FileContainer
127
127
*/
128
128
public function setSourcePath ($ path )
129
129
{
@@ -144,7 +144,7 @@ public function getParsedContent()
144
144
/**
145
145
* @param string $content
146
146
*
147
- * @return File
147
+ * @return FileContainer
148
148
*/
149
149
public function setParsedContent ($ content )
150
150
{
@@ -164,7 +164,7 @@ public function getType()
164
164
/**
165
165
* @param string $type
166
166
*
167
- * @return File
167
+ * @return FileContainer
168
168
*/
169
169
public function setType ($ type )
170
170
{
You can’t perform that action at this time.
0 commit comments