Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/rector/rector/vendor/symplify/easy-parallel/
Upload File :
Current File : //home/rtorresani/www/vendor/rector/rector/vendor/symplify/easy-parallel/easy-ci.php

<?php

declare (strict_types=1);
namespace RectorPrefix202304;

use RectorPrefix202304\Symplify\EasyParallel\Contract\SerializableInterface;
use RectorPrefix202304\Symplify\EasyCI\Config\EasyCIConfig;
return static function (EasyCIConfig $easyCIConfig) : void {
    $easyCIConfig->typesToSkip([SerializableInterface::class]);
};