From 5d5c8b817ca8932d045e2a67efe2829d952b25f6 Mon Sep 17 00:00:00 2001 From: Riccardo Narduzzi Date: Fri, 22 Dec 2017 17:46:06 +0100 Subject: [PATCH] removed logger service as parameter to \GoetasWebservices\XML\XSDReader\SchemaReader in service.xml update descriptions of input args of generete command --- src/Command/Generate.php | 4 ++-- src/Resources/config/services.xml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Command/Generate.php b/src/Command/Generate.php index 68ebec2..47e30ec 100644 --- a/src/Command/Generate.php +++ b/src/Command/Generate.php @@ -19,8 +19,8 @@ protected function configure() $this->setDescription("Convert create all the necessary PHP classes for a SOAP client"); $this->setDefinition([ new InputArgument('config', InputArgument::REQUIRED, 'Config file location'), - new InputArgument('dest-dir', InputArgument::REQUIRED, 'Config file location'), - new InputOption('dest-class', null, InputOption::VALUE_REQUIRED, 'Config file location'), + new InputArgument('dest-dir', InputArgument::REQUIRED, 'Container files destination directory'), + new InputOption('dest-class', null, InputOption::VALUE_REQUIRED, 'Container class file destination directory'), ]); } diff --git a/src/Resources/config/services.xml b/src/Resources/config/services.xml index 313ab37..e864b30 100644 --- a/src/Resources/config/services.xml +++ b/src/Resources/config/services.xml @@ -46,7 +46,6 @@ -