Completed
Push — master ( 782a8e...ff9e8f )
by Ivannis Suárez
05:18
created
Doctrine/Tests/Units/ODM/MongoDB/DocumentManagerTestCaseTrait.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
     protected function createMetadataDriverImpl()
130 130
     {
131 131
         $prefixs = array(
132
-          __DIR__.'/mapping' => 'Cubiche\Domain\Repository\Tests\Fixtures',
132
+            __DIR__.'/mapping' => 'Cubiche\Domain\Repository\Tests\Fixtures',
133 133
         );
134 134
 
135 135
         return new SimplifiedXmlDriver($prefixs);
Please login to merge, or discard this patch.