Adicionando php docblock

production
parent 593e52c96e
commit 853ed3c26b

@ -8,6 +8,10 @@ use Psr\Http\Message\RequestInterface;
class GuzzleLoggingMiddleware
{
/**
* @param callable $handler
* @return Closure
*/
public function __invoke(callable $handler): Closure
{
return function (RequestInterface $request, array $options) use ($handler) {

Loading…
Cancel
Save