Skip to content

Commit

Permalink
Merge pull request #15 from intaro/type-fix
Browse files Browse the repository at this point in the history
fix Symfony deprecation notice
  • Loading branch information
muxx authored Oct 11, 2024
2 parents 531a679 + c540610 commit 005d5d9
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 005d5d9

Please sign in to comment.