Completed
Push — 15.x ( 1a3897...0b1d63 )
by Tim
02:57
created
src/Listeners/RenderValidationsListener.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Loaders/MysqlVariablesLoader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.