Skip to content

Commit

Permalink
bug #112 Fix Symfony 5.x deprecation message by adding return type. (…
Browse files Browse the repository at this point in the history
…Housik)

This PR was merged into the main branch.

Discussion
----------

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | fixed
| Fixed tickets | no ticket
| License       | MIT



Commits
-------

7ecb367 Fix Symfony deprecation message by adding return type.
  • Loading branch information
sstok authored Jan 18, 2022
2 parents 59f3d47 + 7ecb367 commit 42f9479
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
{
public function getConfigTreeBuilder()
public function getConfigTreeBuilder(): TreeBuilder
{
$treeBuilder = new TreeBuilder('rollerworks_password_strength');

Expand Down

0 comments on commit 42f9479

Please sign in to comment.