Skip to content

Commit

Permalink
Merge pull request #20 from Guite/master
Browse files Browse the repository at this point in the history
add missing return type hint
  • Loading branch information
goetas authored Feb 6, 2024
2 parents bfb1af0 + db50eb2 commit 0003cbb
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 @@ -7,7 +7,7 @@

class Configuration implements ConfigurationInterface
{
public function getConfigTreeBuilder()
public function getConfigTreeBuilder(): TreeBuilder
{
$tb = new TreeBuilder('goetas_multipart_upload');

Expand Down

0 comments on commit 0003cbb

Please sign in to comment.