Doctrine Migrations dependency analysis
mode: 'usage' | |
source: './lib' | |
filePattern: '*.php' | |
formatter: 'PhpDA\Writer\Strategy\Svg' | |
target: './complex-cycle.svg' | |
groupLength: 3 | |
visitorOptions: | |
PhpDA\Parser\Visitor\Required\DeclaredNamespaceCollector: {minDepth: 2, sliceLength: 6, excludePattern: '/^((?!.*(Doctrine\\Migrations))|(?=.*Exception)).*$/'} | |
PhpDA\Parser\Visitor\Required\MetaNamespaceCollector: {minDepth: 2, sliceLength: 4, excludePattern: '/^((?!.*(Doctrine\\Migrations))|(?=.*Exception)).*$/'} | |
PhpDA\Parser\Visitor\Required\UsedNamespaceCollector: {minDepth: 2, sliceLength: 4, excludePattern: '/^((?!.*(Doctrine\\Migrations))|(?=.*Exception)).*$/'} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment