CommonClassesStrategy::isGuzzleImplementingPsr18()

Source

public static function isGuzzleImplementingPsr18()
{
    return defined('GuzzleHttp\ClientInterface::MAJOR_VERSION');
}

User Contributed Notes

You must log in before being able to contribute a note or feedback.