From 7f7d999bac585389caa12c82b88baa9527a8695a Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Wed, 22 Jan 2025 13:29:29 +0100 Subject: [PATCH] Fix small typo in PHPDoc of Kernel class (#207) --- src/Kernel.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Kernel.php b/src/Kernel.php index ee674c3e1..34edc2aa8 100644 --- a/src/Kernel.php +++ b/src/Kernel.php @@ -23,8 +23,7 @@ class Kernel extends PimcoreKernel { /** * Adds bundles to register to the bundle collection. The collection is able - * to handle priorities and environment specific bundles. - * + * to handle priorities and environment-specific bundles. */ public function registerBundlesToCollection(BundleCollection $collection): void {