diff --git a/src/lib/REST/Value/ContentTree/NodeExtendedInfo.php b/src/lib/REST/Value/ContentTree/NodeExtendedInfo.php index 526b381d29..5fc578f026 100644 --- a/src/lib/REST/Value/ContentTree/NodeExtendedInfo.php +++ b/src/lib/REST/Value/ContentTree/NodeExtendedInfo.php @@ -16,7 +16,6 @@ * restrictedContentTypeIds?: array, * restrictedLanguageCodes?: array, * } - * * @phpstan-type TPermissionRestrictions array{ * create: TRestrictions, * edit: TRestrictions, diff --git a/tests/integration/AdminUiIbexaTestKernel.php b/tests/integration/AdminUiIbexaTestKernel.php index 2946457e07..2e99759eae 100644 --- a/tests/integration/AdminUiIbexaTestKernel.php +++ b/tests/integration/AdminUiIbexaTestKernel.php @@ -39,7 +39,6 @@ public function registerBundles(): iterable { yield from parent::registerBundles(); - yield new DAMADoctrineTestBundle(); yield new HautelookTemplatedUriBundle(); yield new KnpMenuBundle(); yield new WebpackEncoreBundle();