@@ -55,7 +55,7 @@ |
||
55 | 55 | $client->getTipoDoc(), |
56 | 56 | $client->getNumDoc(), |
57 | 57 | ]; |
58 | - $content = implode('|', $params).'|'; |
|
58 | + $content = implode('|', $params) . '|'; |
|
59 | 59 | |
60 | 60 | return $this->getQrImage($content); |
61 | 61 | } |