@@ -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() |
@@ -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) |