#333 introduces change where return type with `array` is defined as: ``` @return \array Returns an array. ``` phpstan doesn't recognize now it as array, so it's break things
#333 introduces change where return type with
arrayis defined as:phpstan doesn't recognize now it as array, so it's break things