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 2f404ba commit 03a701eCopy full SHA for 03a701e
src/QRCode.php
@@ -83,6 +83,7 @@ public function setOptions(SettingsContainerInterface|QROptions|iterable $option
83
public function render(string|null $data = null, string|null $file = null):mixed{
84
85
if($data !== null){
86
+ /** @var \chillerlan\QRCode\Data\QRDataModeInterface $dataInterface */
87
foreach(Mode::INTERFACES as $dataInterface){
88
89
if($dataInterface::validateString($data)){
0 commit comments