Skip to content

Commit c818a83

Browse files
committed
Minor comment fixes
1 parent 7211ba6 commit c818a83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/Bridge/Doctrine/ModularSubscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Psr\Container\ContainerInterface;
1717

1818
/**
19-
* Handle events regarding modular entities.
19+
* Handles Doctrine events regarding modular entities.
2020
*
2121
* @author Tim Goudriaan <tim@harmony-project.io>
2222
*/

source/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Symfony\Component\Config\Definition\ConfigurationInterface;
1616

1717
/**
18-
* This class validates and merges configuration for the bundle.
18+
* Validates and merges configuration for the bundle.
1919
*
2020
* @author Tim Goudriaan <tim@harmony-project.io>
2121
*/

source/EventListener/RoutingSubscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Symfony\Component\HttpKernel\KernelEvents;
1111

1212
/**
13-
* Handle events regarding routing.
13+
* Handles events regarding modular routing.
1414
*
1515
* @author Tim Goudriaan <tim@harmony-project.io>
1616
*/

0 commit comments

Comments
 (0)