Fixed inspection issues

This commit is contained in:
Jan Böhmer 2025-01-04 01:20:08 +01:00
parent e40850e0b2
commit 92847643e3
3 changed files with 6 additions and 7 deletions

View file

@ -75,7 +75,7 @@ final class BarcodeScanHelper
* will try to guess the type.
* @param string $input
* @param BarcodeSourceType|null $type
* @return LocalBarcodeScanResult
* @return BarcodeScanResultInterface
*/
public function scanBarcodeContent(string $input, ?BarcodeSourceType $type = null): BarcodeScanResultInterface
{