Skip to content

Commit

Permalink
removed logger service as parameter to \GoetasWebservices\XML\XSDRead…
Browse files Browse the repository at this point in the history
…er\SchemaReader in service.xml

update descriptions of input args of generete command
  • Loading branch information
riccardonar committed Dec 22, 2017
1 parent 69586d9 commit 5d5c8b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Command/Generate.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
]);
}

Expand Down
1 change: 0 additions & 1 deletion src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@

<service id="goetas_webservices.xsd2php.schema_reader" public="true"
class="GoetasWebservices\XML\XSDReader\SchemaReader">
<argument type="service" id="logger"/>
</service>

<service synthetic="true" public="false" id="goetas_webservices.xsd2php.naming_convention"/>
Expand Down

0 comments on commit 5d5c8b8

Please sign in to comment.