Guzzle 7.4.2

Errors

Table of Contents

functions.php 1
Handler/CurlFactory.php 3
Handler/CurlHandler.php 1
Handler/Proxy.php 6
HandlerStack.php 11
Middleware.php 2
PrepareBodyMiddleware.php 2
RedirectMiddleware.php 2
RetryMiddleware.php 3
Utils.php 1

functions.php

Type Line Description
ERROR 0 Tag "return" with body "@return callable(\Psr\Http\Message\RequestInterface, array): \GuzzleHttp\Promise\PromiseInterface Returns the best handler for the given system." has error "\GuzzleHttp\, " is not a valid Fqsen.

CurlFactory.php

Type Line Description
ERROR 0 Tag "param" with body "@param callable(RequestInterface, array): PromiseInterface $handler" has error "\GuzzleHttp\Handler\, " is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param callable(RequestInterface, array): PromiseInterface $handler" has error "\GuzzleHttp\Handler\, " is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param callable(RequestInterface, array): PromiseInterface $handler" has error "\GuzzleHttp\Handler\, " is not a valid Fqsen.

CurlHandler.php

Type Line Description
ERROR 0 Tag "param" with body "@param array{handle_factory?: ?CurlFactoryInterface} $options Array of options to use with the handler" has error "\GuzzleHttp\Handler\array{handle_factory" is not a valid Fqsen.

Proxy.php

Type Line Description
ERROR 0 Tag "param" with body "@param callable(\Psr\Http\Message\RequestInterface, array): \GuzzleHttp\Promise\PromiseInterface $default Handler used for normal responses" has error "\GuzzleHttp\Handler\, " is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param callable(\Psr\Http\Message\RequestInterface, array): \GuzzleHttp\Promise\PromiseInterface $sync Handler used for synchronous responses." has error "\GuzzleHttp\Handler\, " is not a valid Fqsen.
ERROR 0 Tag "return" with body "@return callable(\Psr\Http\Message\RequestInterface, array): \GuzzleHttp\Promise\PromiseInterface Returns the composed handler." has error "\GuzzleHttp\Handler\, " is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param callable(\Psr\Http\Message\RequestInterface, array): \GuzzleHttp\Promise\PromiseInterface $default Handler used for non-streaming responses" has error "\GuzzleHttp\Handler\, " is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param callable(\Psr\Http\Message\RequestInterface, array): \GuzzleHttp\Promise\PromiseInterface $streaming Handler used for streaming responses" has error "\GuzzleHttp\Handler\, " is not a valid Fqsen.
ERROR 0 Tag "return" with body "@return callable(\Psr\Http\Message\RequestInterface, array): \GuzzleHttp\Promise\PromiseInterface Returns the composed handler." has error "\GuzzleHttp\Handler\, " is not a valid Fqsen.

HandlerStack.php

Type Line Description
ERROR 0 Tag "param" with body "@param (callable(RequestInterface, array): PromiseInterface)|null $handler HTTP handler function to use with the stack. If no handler is provided, the best handler for your system will be utilized." has error "\GuzzleHttp\, " is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param (callable(RequestInterface, array): PromiseInterface)|null $handler Underlying HTTP handler." has error "\GuzzleHttp\, " is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param callable(RequestInterface, array): PromiseInterface $handler Accepts a request and array of options and returns a Promise." has error "\GuzzleHttp\, " is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param callable(callable): callable $middleware Middleware function" has error "\GuzzleHttp\:" is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param callable(callable): callable $middleware Middleware function" has error "\GuzzleHttp\:" is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param callable(callable): callable $middleware Middleware function" has error "\GuzzleHttp\:" is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param callable(callable): callable $middleware Middleware function" has error "\GuzzleHttp\:" is not a valid Fqsen.
ERROR 0 Tag "return" with body "@return callable(RequestInterface, array): PromiseInterface" has error "\GuzzleHttp\, " is not a valid Fqsen.
ERROR 0 Tag "var" with body "@var (callable(RequestInterface, array): PromiseInterface)|null" has error "\GuzzleHttp\, " is not a valid Fqsen.
ERROR 0 Tag "var" with body "@var array{(callable(callable(RequestInterface, array): PromiseInterface): callable), (string|null)}[]" has error "\GuzzleHttp\array{" is not a valid Fqsen.
ERROR 0 Tag "var" with body "@var (callable(RequestInterface, array): PromiseInterface)|null" has error "\GuzzleHttp\, " is not a valid Fqsen.

Middleware.php

Type Line Description
ERROR 0 Tag "return" with body "@return callable(callable): callable Returns a function that accepts the next handler." has error "\GuzzleHttp\:" is not a valid Fqsen.
ERROR 0 Tag "return" with body "@return callable(callable): callable Returns a function that accepts the next handler." has error "\GuzzleHttp\:" is not a valid Fqsen.

PrepareBodyMiddleware.php

Type Line Description
ERROR 0 Tag "param" with body "@param callable(RequestInterface, array): PromiseInterface $nextHandler Next handler to invoke." has error "\GuzzleHttp\, " is not a valid Fqsen.
ERROR 0 Tag "var" with body "@var callable(RequestInterface, array): PromiseInterface" has error "\GuzzleHttp\, " is not a valid Fqsen.

RedirectMiddleware.php

Type Line Description
ERROR 0 Tag "param" with body "@param callable(RequestInterface, array): PromiseInterface $nextHandler Next handler to invoke." has error "\GuzzleHttp\, " is not a valid Fqsen.
ERROR 0 Tag "var" with body "@var callable(RequestInterface, array): PromiseInterface" has error "\GuzzleHttp\, " is not a valid Fqsen.

RetryMiddleware.php

Type Line Description
ERROR 0 Tag "param" with body "@param callable(RequestInterface, array): PromiseInterface $nextHandler Next handler to invoke." has error "\GuzzleHttp\, " is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param (callable(int): int)|null $delay Function that accepts the number of retries and returns the number of milliseconds to delay." has error "\GuzzleHttp\: int" is not a valid Fqsen.
ERROR 0 Tag "var" with body "@var callable(RequestInterface, array): PromiseInterface" has error "\GuzzleHttp\, " is not a valid Fqsen.

Utils.php

Type Line Description
ERROR 0 Tag "return" with body "@return callable(\Psr\Http\Message\RequestInterface, array): \GuzzleHttp\Promise\PromiseInterface Returns the best handler for the given system." has error "\GuzzleHttp\, " is not a valid Fqsen.

Search results