Skip to content

Commit ff0315b

Browse files
committed
:octocat:
1 parent d822ac0 commit ff0315b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Output/QRString.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ protected function text():string{
8484
* JSON output
8585
*/
8686
protected function json():string{
87-
return json_encode($this->matrix->getMatrix());
87+
return json_encode($this->matrix->getMatrix(), JSON_THROW_ON_ERROR);
8888
}
8989

9090
}

0 commit comments

Comments
 (0)