Skip to content

Commit

Permalink
fix Symfony deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
muxx committed Oct 11, 2024
1 parent 531a679 commit c540610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class Configuration implements ConfigurationInterface
{
public function getConfigTreeBuilder()
public function getConfigTreeBuilder(): TreeBuilder
{
$treeBuilder = new TreeBuilder('intaro_file_uploader');
if (\method_exists($treeBuilder, 'getRootNode')) {
Expand Down

0 comments on commit c540610

Please sign in to comment.