PHPStan\Type\IterableIterableType::describe PHP Method

describe() public method

public describe ( ) : string
return string
    public function describe() : string
    {
        return sprintf('iterable(%s[])', $this->getItemType()->describe());
    }