Completed
Pull Request — master (#166)
by Arnaud
05:57 queued 02:08
created
tests/AdminBundle/Bridge/Doctrine/ORM/DataProvider/ORMDataProviderTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
153 153
         ]);
154 154
         $this->expectException(Exception::class);
155 155
 
156
-         $provider->get($admin, 42);
156
+            $provider->get($admin, 42);
157 157
     }
158 158
 
159 159
     public function testSaveItem()
Please login to merge, or discard this patch.