mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-21 01:29:33 +00:00
Fixed inspection issues
This commit is contained in:
parent
e40850e0b2
commit
92847643e3
3 changed files with 6 additions and 7 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue