This commit is contained in:
codemasher
2020-04-12 01:52:06 +02:00
parent 0f21c91802
commit d07b294a1c
+1 -1
View File
@@ -260,7 +260,7 @@ final class QRMatrix{
/**
* Returns the data matrix, returns a pure boolean representation if $boolean is set to true
*
* @return int[][]
* @return int[][]|bool[][]
*/
public function matrix(bool $boolean = false):array{