codemasher 5 years ago
parent
commit
d07b294a1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Data/QRMatrix.php

+ 1 - 1
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{