Parcourir la source

:octocat: phpcs happy

smiley il y a 8 mois
Parent
commit
b9fe7d3dfe
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 			// create the path elements
 			$this->paths(),
 			$this->paths(),
 			// end file
 			// end file
-			'%%EOF'
+			'%%EOF',
 		]);
 		]);
 
 
 		$this->saveToFile($eps, $file);
 		$this->saveToFile($eps, $file);