Skip to content

Commit b9fe7d3

Browse files
committed
:octocat: phpcs happy
1 parent 9bb6c9b commit b9fe7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Output/QREps.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function dump(string|null $file = null):string{
9999
// create the path elements
100100
$this->paths(),
101101
// end file
102-
'%%EOF'
102+
'%%EOF',
103103
]);
104104

105105
$this->saveToFile($eps, $file);

0 commit comments

Comments
 (0)