summaryrefslogtreecommitdiff
path: root/vendor/guzzlehttp/guzzle/src/functions_include.php
blob: 394f95347813de727a131ed8ac3278303c1d9bd2 (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';
}