Skip to content

Commit

Permalink
event classes should be final
Browse files Browse the repository at this point in the history
  • Loading branch information
Baachi committed Dec 5, 2011
1 parent d2530f7 commit 4bbc0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/Search/IndexEvents.php
@@ -1,7 +1,7 @@
<?php
namespace Doctrine\Search;

class IndexEvents {
final class IndexEvents {

private function __construct() {}

Expand Down

0 comments on commit 4bbc0d0

Please sign in to comment.