:octocat:

This commit is contained in:
smiley
2023-07-13 23:29:27 +02:00
parent d822ac0996
commit ff0315b9d5
+1 -1
View File
@@ -84,7 +84,7 @@ class QRString extends QROutputAbstract{
* JSON output
*/
protected function json():string{
return json_encode($this->matrix->getMatrix());
return json_encode($this->matrix->getMatrix(), JSON_THROW_ON_ERROR);
}
}