Skip to content

Commit 65e6190

Browse files
committed
PHPStan
1 parent 9e29319 commit 65e6190

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Baseline.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ public function getIgnoreErrors(): Iterator {
5959
}
6060

6161
public function getFilePath():string {
62-
return $this->filePath ?? basename(getcwd());
62+
return $this->filePath ? : basename(getcwd());
6363
}
6464
}

0 commit comments

Comments
 (0)