We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb6b2b4 + 363ea4d commit b9f64a3Copy full SHA for b9f64a3
DependencyInjection/Configuration.php
@@ -29,7 +29,7 @@ public function getConfigTreeBuilder()
29
$treeBuilder = new TreeBuilder();
30
$rootNode = $treeBuilder->root('dunglas_api');
31
32
- // We chack if symfony's doctrine bridge is enabled or not to choose the defaultValue for `enable_doctrine_orm`.
+ // We check if symfony's doctrine bridge is enabled or not to choose the defaultValue for `enable_doctrine_orm`.
33
$enableDoctrineOrm = interface_exists('\Symfony\Bridge\Doctrine\RegistryInterface');
34
35
$rootNode
0 commit comments