Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
dersonsena committed May 27, 2021
1 parent fba35a9 commit a1abb1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ interface Command
{
/**
* Factory method to create and fill your command class
* @param array $parameters
* @param array $values Associative array such as `'propertyName' => 'value'`
* @return Command
*/
public static function create(array $parameters): Command;
public static function create(array $values): Command;
}

0 comments on commit a1abb1a

Please sign in to comment.