mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-06-08 19:51:36 +00:00
Fixed phpstan issues
This commit is contained in:
parent
e018e1d821
commit
6ae4381551
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ class PartImportExportController extends AbstractController
|
|||
goto ret;
|
||||
}
|
||||
|
||||
if (!isset($errors) || $errors) {
|
||||
if (!isset($errors) || $errors) { //@phpstan-ignore-line
|
||||
$this->addFlash('error', 'parts.import.flash.error');
|
||||
} else {
|
||||
$this->addFlash('success', 'parts.import.flash.success');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue