ldapsaisie/.phpstan/compat.php

10 lines
142 B
PHP
Raw Permalink Normal View History

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