Completed
Push — master ( ebe931...c89697 )
by GBProd
02:12
created
tests/ElasticsearchDataProviderBundle/DataProvider/RegistryEntryTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     
40 40
     public function testMatch()
41 41
     {
42
-       $testedInstance = new RegistryEntry(
42
+        $testedInstance = new RegistryEntry(
43 43
             $this->getMock(DataProviderInterface::class),
44 44
             'my_index',
45 45
             'my_type'
Please login to merge, or discard this patch.