Skip to content

Commit

Permalink
Make sure that EuLoginUserProvider is final to enforce users to use t…
Browse files Browse the repository at this point in the history
…he Decorator pattern when they need it.
  • Loading branch information
drupol committed Jul 27, 2020
1 parent 854ecbd commit 2f1a12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Security/Core/User/EuLoginUserProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

use function get_class;

class EuLoginUserProvider implements EuLoginUserProviderInterface
final class EuLoginUserProvider implements EuLoginUserProviderInterface
{
/**
* @var CasUserProvider
Expand Down

0 comments on commit 2f1a12b

Please sign in to comment.