@@ -55,7 +55,7 @@ |
||
| 55 | 55 | * Initializes the plugin with the application instance. |
| 56 | 56 | * |
| 57 | 57 | * @param \TechDivision\Import\Services\RegistryProcessorInterface $registryProcessor The registry processor instance |
| 58 | - * @param \TechDivision\Import\Listeners\Renderer\Validations\ValidationRendererInterface[] $renderer The array with the validation renderer instances |
|
| 58 | + * @param \ArrayAccess $renderer The array with the validation renderer instances |
|
| 59 | 59 | */ |
| 60 | 60 | public function __construct(RegistryProcessorInterface $registryProcessor, \ArrayAccess $renderer) |
| 61 | 61 | { |
@@ -105,7 +105,7 @@ |
||
| 105 | 105 | * |
| 106 | 106 | * @param \TechDivision\Import\Connection\ConnectionInterface $connection The connection instance |
| 107 | 107 | * @param string $variableScope The MySQL variable scope |
| 108 | - * @param string $variableNmae The MySQL variable name |
|
| 108 | + * @param string $variableName The MySQL variable name |
|
| 109 | 109 | */ |
| 110 | 110 | public function __construct(ConnectionInterface $connection, $variableScope = 'GLOBAL', $variableName = 'innodb%') |
| 111 | 111 | { |