mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-08 01:14:34 +02:00
Fixed static analysis issues.
This commit is contained in:
parent
e679317b4b
commit
257c67b6c1
4 changed files with 6 additions and 5 deletions
|
@ -131,9 +131,9 @@ final class PartsTableActionHandler
|
|||
default:
|
||||
throw new InvalidArgumentException('The given action is unknown! ('.$action.')');
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue