Skip to content

Commit

Permalink
Change default baseline filename
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosas committed Dec 13, 2021
1 parent 7d714d7 commit ae6a998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/ConfigurationFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ConfigurationFactory
'ignore-docblocks' => false,
'ignore-php-extensions' => true,
'composer' => ['main' => ['json' => 'composer.json', 'lock' => 'composer.lock']],
'baseline-path' => 'phpat.baseline.json',
'baseline-path' => 'phpat-baseline.json',
];

public function create(InputInterface $input): Configuration
Expand Down

0 comments on commit ae6a998

Please sign in to comment.