Added test for LCSCBarcodeScanResult

This commit is contained in:
Jan Böhmer 2026-02-21 23:37:46 +01:00
parent 338c5ebf0b
commit a8520b7870
3 changed files with 99 additions and 31 deletions

View file

@ -51,7 +51,7 @@ readonly class LCSCBarcodeScanResult implements BarcodeScanResultInterface
*/
public function __construct(
public array $fields,
public string $raw_input,
public string $rawInput,
) {
$this->pickBatchNumber = $this->fields['pbn'] ?? null;