ソースを参照

:octocat: phpcs happy

smiley 8 ヶ月 前
コミット
b9fe7d3dfe
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/Output/QREps.php

+ 1 - 1
src/Output/QREps.php

@@ -99,7 +99,7 @@ class QREps extends QROutputAbstract{
 			// create the path elements
 			$this->paths(),
 			// end file
-			'%%EOF'
+			'%%EOF',
 		]);
 
 		$this->saveToFile($eps, $file);