Skip to content

Commit

Permalink
fix if parameters null for ConsoleApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Jul 11, 2018
1 parent 53c50f1 commit 1319708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ApplicationFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class ApplicationFactory
{
static public function makeApplication(ContainerInterface $container, string $name=null, string $version=null) : Application
public static function makeApplication(ContainerInterface $container, string $name='ConsoleApp', string $version='0.0.1') : Application
{
/**
* @var array $commands
Expand Down

0 comments on commit 1319708

Please sign in to comment.