```php $ra = new \RedisArray(['localhost']); ``` False positive error `Parameter #1 $name of class RedisArray constructor expects string, array<string> given.` https://github.com/phpredis/phpredis/blob/master/arrays.markdown#creating-an-array 