mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 09:53:35 +02:00
Fixed static analysis issues.
This commit is contained in:
parent
e679317b4b
commit
257c67b6c1
4 changed files with 6 additions and 5 deletions
|
@ -86,7 +86,7 @@ class PartListsController extends AbstractController
|
|||
}
|
||||
|
||||
//If the action handler returned a response, we use it, otherwise we redirect back to the previous page.
|
||||
if ($redirectResponse){
|
||||
if (isset($redirectResponse) && $redirectResponse instanceof Response) {
|
||||
return $redirectResponse;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue