1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-22 17:16:55 +01:00
guzzle/tests/bootstrap-phpstan.php
2019-12-11 22:15:25 +01:00

10 lines
164 B
PHP

<?php
if (!\defined('IDNA_DEFAULT')) {
\define('IDNA_DEFAULT', 0);
}
if (!\defined('INTL_IDNA_VARIANT_UTS46')) {
\define('INTL_IDNA_VARIANT_UTS46', 1);
}