PhpGt/Sync

Incorrect usage of default parameter

Closed this issue · 0 comments

g105b commented

$pattern = $arguments->get("pattern", null);

Line 14 of SyncCommand passes null into a string parameter. Expected behaviour is to adopt the default parameter value instead.