smiley пре 9 месеци
родитељ
комит
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);