Passed
Pull Request — 2.6 (#7367)
by
unknown
08:52
created
tests/Doctrine/Tests/ORM/Functional/Ticket/GH7366Test.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     {
31 31
         try {
32 32
             $entity = $this->_em->find(GH7366Entity::class, 1, LockMode::OPTIMISTIC);
33
-        }catch(TransactionRequiredException $e){
33
+        } catch(TransactionRequiredException $e){
34 34
             $this->fail('EntityManager::find() threw TransactionRequiredException with LockMode::OPTIMISTIC');
35 35
         }
36 36
         $this->assertEquals('baz',$entity->getName());
Please login to merge, or discard this patch.