@@ -55,5 +55,5 @@ interface ProfileInterface
*
* @return CommandInterface
*/
- public function createCommand($commandID, $arguments = array());
+ public function createCommand($commandID, array $arguments = array());
}
@@ -82,7 +82,7 @@ abstract class RedisProfile implements ProfileInterface
/**
* {@inheritdoc}
- public function createCommand($commandID, $arguments = array())
+ public function createCommand($commandID, array $arguments = array())
{
$commandID = strtoupper($commandID);