<?php

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

return Test3Config::create();
