ldapsaisie/.phpstan/compat.php
2023-10-13 19:28:12 +02:00

10 lines
142 B
PHP

<?php
$config = [];
if (PHP_VERSION_ID < 80100) {
$config['parameters']['typeAliases']['FTP\Connection'] = 'resource';
}
return $config;