Merge commit 'e61c3e8bf697e5c5c6cddb4843b24279faaf25cb'

This commit is contained in:
Dylan K. Taylor 2020-01-31 19:12:32 +00:00
commit dedf81a9af
2 changed files with 6 additions and 0 deletions

View File

@ -64,6 +64,9 @@ class FormattedCommandAlias extends Command{
return (bool) $result;
}
/**
* @param string[] $args
*/
private function buildCommand(string $formatString, array $args) : string{
$index = strpos($formatString, '$');
while($index !== false){

View File

@ -127,6 +127,9 @@ class TimingsCommand extends VanillaCommand{
/** @var string */
private $host;
/**
* @param string[] $data
*/
public function __construct(CommandSender $sender, string $host, string $agent, array $data){
parent::__construct([
[