<?php

if (!class_exists('Test2Config')) {
    class Test2Config extends PhpCsFixer\Config {}
}

return Test2Config::create();
