From 373d05c9bacbbcd262a51887f7bf9f10cfc91a16 Mon Sep 17 00:00:00 2001 From: Bulat Shakirzyanov Date: Tue, 27 Jul 2010 17:59:34 -0400 Subject: [PATCH] [DoctrineMongoDBBundle] removed trailing space --- .../Bundle/DoctrineMongoDBBundle/DoctrineMongoDBBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/DoctrineMongoDBBundle/DoctrineMongoDBBundle.php b/src/Symfony/Bundle/DoctrineMongoDBBundle/DoctrineMongoDBBundle.php index ae65e7ed5874..0e470f39d0e8 100755 --- a/src/Symfony/Bundle/DoctrineMongoDBBundle/DoctrineMongoDBBundle.php +++ b/src/Symfony/Bundle/DoctrineMongoDBBundle/DoctrineMongoDBBundle.php @@ -11,6 +11,6 @@ * @author Kris Wallsmith * @author Jonathan H. Wage */ -class DoctrineMongoDBBundle extends Bundle +class DoctrineMongoDBBundle extends Bundle { }