Fixed PHPunit errors.

This commit is contained in:
Jan Böhmer
2020-04-15 12:51:12 +02:00
parent 7e39443084
commit 85eafd47aa
2 changed files with 3 additions and 1 deletions

View File

@@ -170,7 +170,7 @@ class BaseEntityAdminForm extends AbstractType
'empty_data' => null,
]);
if ($entity instanceof StructuralEntityType) {
if ($entity instanceof AbstractStructuralDBElement) {
$builder->add(
'parameters',
CollectionType::class,

View File

@@ -54,6 +54,8 @@ class LabelResponse extends Response
}
$this->ensureIEOverSSLCompatibility($request);
return $this;
}
/**