summaryrefslogtreecommitdiff
path: root/vendor/guzzlehttp/guzzle/src/functions_include.php
blob: 6636a4224db068802c332b15dd21b73ccdeb6b7d (plain)
1
2
3
4
5
6
<?php

// Don't redefine the functions if included multiple times.
if (!\function_exists('GuzzleHttp\describe_type')) {
    require __DIR__ . '/functions.php';
}