Skip to content

Commit 9aad8fb

Browse files
committed
🚿 added $M_TYPE as param to the transform function call
1 parent 964f37b commit 9aad8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Output/QROutputAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ protected function collectModules(Closure $transform):array{
152152
}
153153

154154
// collect the modules per $M_TYPE
155-
$paths[$M_TYPE][] = $transform($x, $y);
155+
$paths[$M_TYPE][] = $transform($x, $y, $M_TYPE);
156156
}
157157
}
158158

0 commit comments

Comments
 (0)