File "BodySummarizerInterface.php"

Full Path: /home/warrior1/public_html/languages/wp-content/plugins/google-listings-and-ads/vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.php
File size: 284 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Automattic\WooCommerce\GoogleListingsAndAds\Vendor\GuzzleHttp;

use Psr\Http\Message\MessageInterface;

interface BodySummarizerInterface
{
    /**
     * Returns a summarized message body.
     */
    public function summarize(MessageInterface $message): ?string;
}