Ver Fonte

:shower:

smiley há 3 anos atrás
pai
commit
a1d04ae38e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tests/Data/QRMatrixTest.php

+ 1 - 1
tests/Data/QRMatrixTest.php

@@ -81,7 +81,7 @@ final class QRMatrixTest extends TestCase{
 
 		$out = (new QRString($opt, $matrix))->dump();
 
-		echo $out."\n\n";
+		echo "\n\n".$out."\n\n";
 	}
 
 	/**