We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a968b49 commit ff72452Copy full SHA for ff72452
DependencyInjection/Configuration.php
@@ -17,7 +17,7 @@
17
*/
18
class Configuration implements ConfigurationInterface
19
{
20
- public function getConfigTreeBuilder()
+ public function getConfigTreeBuilder(): TreeBuilder
21
22
$treeBuilder = new TreeBuilder('bobv_entity_history');
23
0 commit comments