Completed
Pull Request — master (#162)
by Arnaud
23:26 queued 20:38
created
tests/AdminBundle/Bridge/Doctrine/ORM/DataProvider/ORMDataProviderTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
             ['page_parameter', 'page'],
155 155
         ]);
156 156
 
157
-         $provider->get($admin, 42);
157
+            $provider->get($admin, 42);
158 158
     }
159 159
 
160 160
     public function testSaveItem()
Please login to merge, or discard this patch.