Skip to content

Commit 60f3007

Browse files
merge main
2 parents 4ae841b + 46c0bd2 commit 60f3007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Shout out to our top contributors!
44

55
- [AlessandroMinoccheri](https://api.github.com/users/AlessandroMinoccheri)
66
- [fain182](https://api.github.com/users/fain182)
7-
- [pfazzi](https://api.github.com/users/pfazzi)
87
- [micheleorselli](https://api.github.com/users/micheleorselli)
8+
- [pfazzi](https://api.github.com/users/pfazzi)
99
- [github-actions[bot]](https://api.github.com/users/github-actions%5Bbot%5D)
1010
- [sebastianstucke87](https://api.github.com/users/sebastianstucke87)
1111
- [ricfio](https://api.github.com/users/ricfio)

src/CLI/Command/Check.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
136136

137137
$baseline = Baseline::create($config->isSkipBaseline(), $config->getBaselineFilePath());
138138

139-
null !== $config->getBaselineFilePath() && $output->writeln("Baseline file '{$config->getBaselineFilePath()}' found");
139+
$baseline->getFilename() && $output->writeln("Baseline file '{$baseline->getFilename()}' found");
140140
$output->writeln("Config file '$rulesFilename' found\n");
141141

142142
$runner = new Runner();

0 commit comments

Comments
 (0)