Skip to content

Commit

Permalink
Add parameter type declaration in printParameters() method
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Sep 1, 2020
1 parent 286988c commit 395f59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/Migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ protected function loadConfig(string $fileName): Config
*
* @param array $parameters
*/
protected function printParameters($parameters): void
protected function printParameters(array $parameters): void
{
$length = 0;
foreach ($parameters as $parameter => $description) {
Expand Down

0 comments on commit 395f59a

Please sign in to comment.