diff --git a/.github/ci/files/config/bundles.php b/.github/ci/files/config/bundles.php index e33e786b..9dd0e166 100644 --- a/.github/ci/files/config/bundles.php +++ b/.github/ci/files/config/bundles.php @@ -4,4 +4,5 @@ Pimcore\Bundle\EcommerceFrameworkBundle\PimcoreEcommerceFrameworkBundle::class => ['all' => false], CustomerManagementFrameworkBundle\PimcoreCustomerManagementFrameworkBundle::class => ['all' => true], Pimcore\Bundle\AdminBundle\PimcoreAdminBundle::class => ['all' => true], + Pimcore\Bundle\SeoBundle\PimcoreSeoBundle::class => ['all' => true], ]; diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 308a2078..8e4d6d68 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -19,6 +19,7 @@ parameters: - message: "#^Result of && is always false\\.$#" + reportUnmatched: false count: 1 path: src/Factory.php