Completed
Pull Request — master (#159)
by Arnaud
38:24 queued 34:46
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.