Skip to content

Commit 4b7132d

Browse files
committed
Fix deprecations about return types
1 parent 9290d9f commit 4b7132d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
*/
1414
class Configuration implements ConfigurationInterface
1515
{
16-
/**
17-
* {@inheritDoc}
18-
*/
19-
public function getConfigTreeBuilder()
16+
public function getConfigTreeBuilder(): TreeBuilder
2017
{
2118
$treeBuilder = new TreeBuilder('oh_google_map_form_type');
2219

0 commit comments

Comments
 (0)