mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-26 11:48:49 +02:00
Fixed PHPunit errors.
This commit is contained in:
parent
7e39443084
commit
85eafd47aa
2 changed files with 3 additions and 1 deletions
|
@ -170,7 +170,7 @@ class BaseEntityAdminForm extends AbstractType
|
|||
'empty_data' => null,
|
||||
]);
|
||||
|
||||
if ($entity instanceof StructuralEntityType) {
|
||||
if ($entity instanceof AbstractStructuralDBElement) {
|
||||
$builder->add(
|
||||
'parameters',
|
||||
CollectionType::class,
|
||||
|
|
|
@ -54,6 +54,8 @@ class LabelResponse extends Response
|
|||
}
|
||||
|
||||
$this->ensureIEOverSSLCompatibility($request);
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue