Explorar el Código

:octocat: phpcs happy

smiley hace 9 meses
padre
commit
b9fe7d3dfe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);