Skip to content

Commit

Permalink
remove extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioBatSilva authored and fabio.silva committed Jan 29, 2013
1 parent ec2d5af commit 7177306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/Mapping/Builder/EntityListenerBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class EntityListenerBuilder
Events::preUpdate => true,
Events::postUpdate => true,
Events::postLoad => true,
Events::preFlush => true,
Events::preFlush => true
);

/**
Expand Down

0 comments on commit 7177306

Please sign in to comment.