Skip to content

Commit

Permalink
Resolve another deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvandevijver committed Feb 24, 2023
1 parent 9f1a322 commit b011649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Configuration implements ConfigurationInterface
/**
* {@inheritDoc}
*/
public function getConfigTreeBuilder() {
public function getConfigTreeBuilder(): TreeBuilder {
$treeBuilder = new TreeBuilder('bobv_latex');

$treeBuilder->getRootNode()
Expand Down

0 comments on commit b011649

Please sign in to comment.