Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor
2020-01-11 21:41:38 +00:00
11 changed files with 26 additions and 30 deletions

View File

@ -224,8 +224,8 @@ class SimpleCommandMap implements CommandMap{
* This method is intended to provide capability for handling commands with spaces in their name.
* The referenced parameters will be modified accordingly depending on the resulting matched command.
*
* @param string &$commandName
* @param string[] &$args
* @param string $commandName reference parameter
* @param string[] $args reference parameter
*
* @return Command|null
*/