summaryrefslogtreecommitdiff
path: root/vendor/open-telemetry/sdk/Common/Dev/Compatibility/_load.php
blob: 99f86c57412ae16c01eb0b66e917eb0ac3528473 (plain)
1
2
3
4
5
6
7
<?php

declare(strict_types=1);
/**
 * To add a BC compatibility:
 * require_once __DIR__ . '/BC/SomeFile.php';
 */