We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd73b48 commit 27c4580Copy full SHA for 27c4580
1 file changed
lib/Baseline.php
@@ -59,6 +59,6 @@ public function getIgnoreErrors(): Iterator {
59
}
60
61
public function getFilePath():string {
62
- return $this->filePath ?? basename(getcwd());
+ return $this->filePath ? : basename(getcwd());
63
64
0 commit comments