mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 14:06:45 +01:00
Fixed PHPunit errors.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user