diff --git a/phpda.yml b/phpda.yml index 6356c7ef..88ebde14 100644 --- a/phpda.yml +++ b/phpda.yml @@ -2,7 +2,7 @@ source: './src' filePattern: '*.php' ignore: 'tests' formatter: 'PhpDA\Writer\Strategy\Svg' -target: './tmp/cycle.svg' +target: './phpda.svg' visitor: - PhpDA\Parser\Visitor\SuperglobalCollector - PhpDA\Parser\Visitor\UnsupportedEvalCollector