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 4e696c2 commit 0a11562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Security/Core/User/EuLoginUserProvider.php
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 0a11562

Please sign in to comment.