Skip to content

Commit

Permalink
make class final
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaicher committed Apr 9, 2019
1 parent 2d99dde commit 2926cd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Mapping/ContainerEntityListenerResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
use Psr\Container\ContainerInterface;
use RuntimeException;

/**
* @final
*/
class ContainerEntityListenerResolver implements EntityListenerServiceResolver
{
/** @var ContainerInterface */
Expand Down

0 comments on commit 2926cd4

Please sign in to comment.