Skip to content

Commit

Permalink
Fix small typo in PHPDoc of Kernel class (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen authored Jan 22, 2025
1 parent 5ae9506 commit 7f7d999
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 7f7d999

Please sign in to comment.