mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-13 13:49:33 +00:00
Fixed phpstan issues
This commit is contained in:
parent
07db1554c7
commit
1bfea3c48a
6 changed files with 22 additions and 2 deletions
|
|
@ -95,6 +95,11 @@ final class BarcodeContentGenerator
|
|||
return $prefix.$id;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array<string, string> $map
|
||||
* @param object $target
|
||||
* @return string
|
||||
*/
|
||||
private function classToString(array $map, object $target): string
|
||||
{
|
||||
$class = $target::class;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue