Loading src/UnicaenImport/Form/SourceForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ namespace UnicaenImport\Form; use UnicaenImport\Entity\Db\Source; use Zend\Form\Form; use Zend\InputFilter\InputFilterProviderInterface; use Zend\Stdlib\Hydrator\HydratorInterface; use Zend\Hydrator\HydratorInterface; /** Loading src/UnicaenImport/Form/TableForm.php +4 −4 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ namespace UnicaenImport\Form; use UnicaenImport\Entity\Db\Table; use Zend\Form\Form; use Zend\InputFilter\InputFilterProviderInterface; use Zend\Stdlib\Hydrator\HydratorInterface; use Zend\Hydrator\HydratorInterface; /** Loading Loading @@ -47,7 +47,7 @@ class TableForm extends Form implements InputFilterProviderInterface 'id' => 'sync_filtre', 'rows' => '5', ], 'type' => 'TextArea', 'type' => 'Textarea', ]); $this->add([ Loading @@ -59,7 +59,7 @@ class TableForm extends Form implements InputFilterProviderInterface 'id' => 'sync_hook_before', 'rows' => '5', ], 'type' => 'TextArea', 'type' => 'Textarea', ]); $this->add([ Loading @@ -71,7 +71,7 @@ class TableForm extends Form implements InputFilterProviderInterface 'id' => 'sync_hook_after', 'rows' => '5', ], 'type' => 'TextArea', 'type' => 'Textarea', ]); $this->add([ Loading src/UnicaenImport/Options/Factory/ModuleOptionsFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ namespace UnicaenImport\Options\Factory; use UnicaenImport\Options\ModuleOptions; use Zend\ServiceManager\ServiceLocatorInterface as ContainerInterface; use Interop\Container\ContainerInterface; /** Loading src/UnicaenImport/Service/Factory/DifferentielServiceFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ namespace UnicaenImport\Service\Factory; use UnicaenImport\Service\DifferentielService; use UnicaenImport\Service\QueryGeneratorService; use Zend\ServiceManager\ServiceLocatorInterface as ContainerInterface; use Interop\Container\ContainerInterface; /** Loading src/UnicaenImport/Service/Factory/QueryGeneratorServiceFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ namespace UnicaenImport\Service\Factory; use UnicaenImport\Options\ModuleOptions; use UnicaenImport\Service\QueryGeneratorService; use UnicaenImport\Service\SchemaService; use Zend\ServiceManager\ServiceLocatorInterface as ContainerInterface; use Interop\Container\ContainerInterface; /** Loading Loading
src/UnicaenImport/Form/SourceForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ namespace UnicaenImport\Form; use UnicaenImport\Entity\Db\Source; use Zend\Form\Form; use Zend\InputFilter\InputFilterProviderInterface; use Zend\Stdlib\Hydrator\HydratorInterface; use Zend\Hydrator\HydratorInterface; /** Loading
src/UnicaenImport/Form/TableForm.php +4 −4 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ namespace UnicaenImport\Form; use UnicaenImport\Entity\Db\Table; use Zend\Form\Form; use Zend\InputFilter\InputFilterProviderInterface; use Zend\Stdlib\Hydrator\HydratorInterface; use Zend\Hydrator\HydratorInterface; /** Loading Loading @@ -47,7 +47,7 @@ class TableForm extends Form implements InputFilterProviderInterface 'id' => 'sync_filtre', 'rows' => '5', ], 'type' => 'TextArea', 'type' => 'Textarea', ]); $this->add([ Loading @@ -59,7 +59,7 @@ class TableForm extends Form implements InputFilterProviderInterface 'id' => 'sync_hook_before', 'rows' => '5', ], 'type' => 'TextArea', 'type' => 'Textarea', ]); $this->add([ Loading @@ -71,7 +71,7 @@ class TableForm extends Form implements InputFilterProviderInterface 'id' => 'sync_hook_after', 'rows' => '5', ], 'type' => 'TextArea', 'type' => 'Textarea', ]); $this->add([ Loading
src/UnicaenImport/Options/Factory/ModuleOptionsFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ namespace UnicaenImport\Options\Factory; use UnicaenImport\Options\ModuleOptions; use Zend\ServiceManager\ServiceLocatorInterface as ContainerInterface; use Interop\Container\ContainerInterface; /** Loading
src/UnicaenImport/Service/Factory/DifferentielServiceFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ namespace UnicaenImport\Service\Factory; use UnicaenImport\Service\DifferentielService; use UnicaenImport\Service\QueryGeneratorService; use Zend\ServiceManager\ServiceLocatorInterface as ContainerInterface; use Interop\Container\ContainerInterface; /** Loading
src/UnicaenImport/Service/Factory/QueryGeneratorServiceFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ namespace UnicaenImport\Service\Factory; use UnicaenImport\Options\ModuleOptions; use UnicaenImport\Service\QueryGeneratorService; use UnicaenImport\Service\SchemaService; use Zend\ServiceManager\ServiceLocatorInterface as ContainerInterface; use Interop\Container\ContainerInterface; /** Loading