Completed
Push — master ( 29fb7d...cbd3fd )
by Eugene
27s
created
src/Container/FileContainer.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
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 @@  discard block
 block discarded – undo
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 @@  discard block
 block discarded – undo
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 @@  discard block
 block discarded – undo
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 @@  discard block
 block discarded – undo
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 @@  discard block
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Processor/Processor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -144,9 +144,9 @@
 block discarded – undo
144 144
     }
145 145
 
146 146
     /**
147
-     * @param File $file
147
+     * @param FileContainer $file
148 148
      *
149
-     * @return File
149
+     * @return FileContainer
150 150
      * @throws CompilerException
151 151
      */
152 152
     public function processFile(FileContainer $file)
Please login to merge, or discard this patch.