Skip to content

Commit e0f661c

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents eb70e2b + 037bbbb commit e0f661c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Changelog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function raw(): string
2828
{
2929
$file = $this->path();
3030

31-
if (!file_exists($file)) {
31+
if (! file_exists($file)) {
3232
throw new ChangelogNotFoundException();
3333
}
3434

0 commit comments

Comments
 (0)