@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | private $dispatcher; |
58 | 58 | |
59 | 59 | /** |
60 | - * @param \Doctrine\DBAL\Connection|Connection $connection |
|
60 | + * @param Connection $connection |
|
61 | 61 | * @param ISecureRandom $random |
62 | 62 | * @param IConfig $config |
63 | 63 | * @param EventDispatcher $dispatcher |
@@ -268,6 +268,10 @@ discard block |
||
268 | 268 | return '/^' . preg_quote($this->config->getSystemValue('dbtableprefix', 'oc_')) . '/'; |
269 | 269 | } |
270 | 270 | |
271 | + /** |
|
272 | + * @param integer $step |
|
273 | + * @param integer $max |
|
274 | + */ |
|
271 | 275 | protected function emit($sql, $step, $max) { |
272 | 276 | if(is_null($this->dispatcher)) { |
273 | 277 | return; |