Skip to content

Commit

Permalink
updated email address
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswallsmith committed May 2, 2011
1 parent 28d7563 commit 03f2979
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DataCollector/DoctrineMongoDBDataCollector.php
Expand Up @@ -19,7 +19,7 @@
/**
* Data collector for the Doctrine MongoDB ODM.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class DoctrineMongoDBDataCollector extends DataCollector
{
Expand Down
2 changes: 1 addition & 1 deletion DependencyInjection/DoctrineMongoDBExtension.php
Expand Up @@ -24,7 +24,7 @@
* Doctrine MongoDB ODM extension.
*
* @author Bulat Shakirzyanov <bulat@theopenskyproject.com>
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
class DoctrineMongoDBExtension extends AbstractDoctrineExtension
Expand Down
2 changes: 1 addition & 1 deletion DoctrineMongoDBBundle.php
Expand Up @@ -24,7 +24,7 @@
* Doctrine MongoDB ODM bundle.
*
* @author Bulat Shakirzyanov <bulat@theopenskyproject.com>
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com>
*/
class DoctrineMongoDBBundle extends Bundle
Expand Down
2 changes: 1 addition & 1 deletion Logger/DoctrineMongoDBLogger.php
Expand Up @@ -20,7 +20,7 @@
* The {@link logQuery()} method is configured as the logger callable in the
* service container.
*
* @author Kris Wallsmith <kris.wallsmith@symfony.com>
* @author Kris Wallsmith <kris@symfony.com>
*/
class DoctrineMongoDBLogger
{
Expand Down

0 comments on commit 03f2979

Please sign in to comment.