Skip to content

Commit

Permalink
Add empty array as default value
Browse files Browse the repository at this point in the history
  • Loading branch information
brucep committed Feb 1, 2020
1 parent 9de59fe commit a4850bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DefaultNameCommandLoader.php
Expand Up @@ -8,7 +8,7 @@

final class DefaultNameCommandLoader implements CommandLoaderInterface
{
private $commands;
private $commands = [];

public function __construct(array $classes)
{
Expand Down

0 comments on commit a4850bd

Please sign in to comment.