deleted phpdoc @version tag in EventDispatcher component

This commit is contained in:
Dennis Benkert 2010-01-05 11:13:51 +01:00
parent b720687445
commit 5242974570
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@ namespace Symfony\Components\EventDispatcher;
* @package symfony
* @subpackage event_dispatcher
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @version SVN: $Id: Event.class.php 8698 2008-04-30 16:35:28Z fabien $
*/
class Event implements \ArrayAccess
{

View File

@ -18,7 +18,6 @@ namespace Symfony\Components\EventDispatcher;
* @package symfony
* @subpackage event_dispatcher
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @version SVN: $Id: EventDispatcher.class.php 10631 2008-08-03 16:50:47Z fabien $
*/
class EventDispatcher
{