smiley 4 months ago
parent
commit
03a701e9eb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/QRCode.php

+ 1 - 0
src/QRCode.php

@@ -83,6 +83,7 @@ class QRCode{
 	public function render(string|null $data = null, string|null $file = null):mixed{
 
 		if($data !== null){
+			/** @var \chillerlan\QRCode\Data\QRDataModeInterface $dataInterface */
 			foreach(Mode::INTERFACES as $dataInterface){
 
 				if($dataInterface::validateString($data)){