@@ -89,7 +89,7 @@ |
||
89 | 89 | * Get procedure factory. |
90 | 90 | * |
91 | 91 | * @access protected |
92 | - * @return \JonnyW\PhantomJs\Procedure\ProcedureFactoryInterface |
|
92 | + * @return \PHPUnit_Framework_MockObject_MockObject |
|
93 | 93 | */ |
94 | 94 | protected function getProcedureFactory() |
95 | 95 | { |
@@ -181,9 +181,6 @@ discard block |
||
181 | 181 | * Get procedure factory instance. |
182 | 182 | * |
183 | 183 | * @access protected |
184 | - * @param \JonnyW\PhantomJs\Parser\ParserInterface $parser |
|
185 | - * @param \JonnyW\PhantomJs\Cache\CacheInterface $cacheHandler |
|
186 | - * @param \JonnyW\PhantomJs\Template\TemplateRendererInterface $renderer |
|
187 | 184 | * @return \JonnyW\PhantomJs\Procedure\ProcedureFactory |
188 | 185 | */ |
189 | 186 | protected function getProcedureFactory() |
@@ -264,7 +261,7 @@ discard block |
||
264 | 261 | * Get file locator. |
265 | 262 | * |
266 | 263 | * @access protected |
267 | - * @return \Symfony\Component\Config\FileLocatorInterface |
|
264 | + * @return \PHPUnit_Framework_MockObject_MockObject |
|
268 | 265 | */ |
269 | 266 | protected function getFileLocator() |
270 | 267 | { |
@@ -323,7 +320,7 @@ discard block |
||
323 | 320 | * Write procedure body to file. |
324 | 321 | * |
325 | 322 | * @access public |
326 | - * @param string $data |
|
323 | + * @param string $procedure |
|
327 | 324 | * @return string |
328 | 325 | */ |
329 | 326 | public function writeProcedure($procedure) |
@@ -228,7 +228,7 @@ |
||
228 | 228 | * Get engine |
229 | 229 | * |
230 | 230 | * @access protected |
231 | - * @return \JonnyW\PhantomJs\Engine |
|
231 | + * @return \PHPUnit_Framework_MockObject_MockObject |
|
232 | 232 | */ |
233 | 233 | protected function getEngine() |
234 | 234 | { |
@@ -93,6 +93,7 @@ |
||
93 | 93 | * Get esprima. |
94 | 94 | * |
95 | 95 | * @access protected |
96 | + * @param string $file |
|
96 | 97 | * @return \JonnyW\PhantomJs\Validator\Esprima |
97 | 98 | */ |
98 | 99 | protected function getEsprima(FileLocator $fileLocator, $file) |