We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59cc602 commit be0a869Copy full SHA for be0a869
src/Data/QRDataAbstract.php
@@ -128,8 +128,8 @@ public function setData(string $data):QRDataInterface{
128
/**
129
* returns a fresh matrix object with the data written for the given $maskPattern
130
*
131
- * @param int $maskPattern
132
- * @param bool $test
+ * @param int $maskPattern
+ * @param bool|null $test
133
134
* @return \chillerlan\QRCode\Data\QRMatrix
135
*/
0 commit comments