codemasher před 5 roky
rodič
revize
d07b294a1c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
 	 * 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{
 	public function matrix(bool $boolean = false):array{