Skip to content

Commit a948e0e

Browse files
update_php_doc
1 parent 4a513b9 commit a948e0e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Container/FileContainer.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function getOutputPath()
6262
/**
6363
* @param string $path
6464
*
65-
* @return File
65+
* @return FileContainer
6666
*/
6767
public function setOutputPath($path)
6868
{
@@ -82,7 +82,7 @@ public function getSourceContent()
8282
/**
8383
* @param string $content
8484
*
85-
* @return File
85+
* @return FileContainer
8686
*/
8787
public function setSourceContent($content)
8888
{
@@ -92,7 +92,7 @@ public function setSourceContent($content)
9292
}
9393

9494
/**
95-
* @return File
95+
* @return FileContainer
9696
* @throws FileException
9797
*/
9898
public function setSourceContentFromSourcePath()
@@ -123,7 +123,7 @@ public function getSourcePath()
123123
/**
124124
* @param string $path
125125
*
126-
* @return File
126+
* @return FileContainer
127127
*/
128128
public function setSourcePath($path)
129129
{
@@ -144,7 +144,7 @@ public function getParsedContent()
144144
/**
145145
* @param string $content
146146
*
147-
* @return File
147+
* @return FileContainer
148148
*/
149149
public function setParsedContent($content)
150150
{
@@ -164,7 +164,7 @@ public function getType()
164164
/**
165165
* @param string $type
166166
*
167-
* @return File
167+
* @return FileContainer
168168
*/
169169
public function setType($type)
170170
{

0 commit comments

Comments
 (0)