Skip to content

php 8.4.17 support? #35

Description

@jendamozna

FioApi\Downloader::__construct(): Implicitly marking parameter $client as nullable is deprecated, the explicit nullable type must be used instead

`12: use Psr\Http\Message\ResponseInterface;
13:
14: class Downloader
15: {
16: /** @var UrlBuilder /
17: protected $urlBuilder;
18:
19: /
* @var Client */
20: protected $client;
21:
22: public function __construct(string $token, ClientInterface $client = null)

23: {
24: $this->urlBuilder = new UrlBuilder($token);
25: $this->client = $client;
26: }`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions