Skip to content

Commit 037bbbb

Browse files
bram-pkgactions-user
authored andcommitted
Fix styling
1 parent 39c973e commit 037bbbb

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->getFile();
3030

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

0 commit comments

Comments
 (0)