Completed
Push — master ( cdf8aa...f4c17b )
by Ivannis Suárez
08:02
created
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.