mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-07-04 00:11:44 +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;
|
goto ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($errors) || $errors) {
|
if (!isset($errors) || $errors) { //@phpstan-ignore-line
|
||||||
$this->addFlash('error', 'parts.import.flash.error');
|
$this->addFlash('error', 'parts.import.flash.error');
|
||||||
} else {
|
} else {
|
||||||
$this->addFlash('success', 'parts.import.flash.success');
|
$this->addFlash('success', 'parts.import.flash.success');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue