Skip to content

Commit 6b49fdb

Browse files
authored
Merge pull request #1 from AngelFQC/master
Fix deprecations about return types
2 parents 9290d9f + 4b7132d commit 6b49fdb

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)