Skip to content

Commit 03a701e

Browse files
committed
📖
1 parent 2f404ba commit 03a701e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/QRCode.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public function setOptions(SettingsContainerInterface|QROptions|iterable $option
8383
public function render(string|null $data = null, string|null $file = null):mixed{
8484

8585
if($data !== null){
86+
/** @var \chillerlan\QRCode\Data\QRDataModeInterface $dataInterface */
8687
foreach(Mode::INTERFACES as $dataInterface){
8788

8889
if($dataInterface::validateString($data)){

0 commit comments

Comments
 (0)