From d07b294a1ce5de918a2e964bb1058306f5b63ae8 Mon Sep 17 00:00:00 2001 From: codemasher Date: Sun, 12 Apr 2020 01:52:06 +0200 Subject: [PATCH] :shower: --- src/Data/QRMatrix.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Data/QRMatrix.php b/src/Data/QRMatrix.php index bea3c8639..5522cff6d 100755 --- a/src/Data/QRMatrix.php +++ b/src/Data/QRMatrix.php @@ -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{