Passed
Push — types ( 30d5cd )
by Jonathan
04:47
created
tests/Doctrine/Tests/Persistence/PersistentObjectTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
         $this->objectManager = $this->createMock(ObjectManager::class);
38 38
 
39 39
         $this->objectManager->expects($this->any())->method('getClassMetadata')
40
-                 ->will($this->returnValue($this->cm));
40
+                    ->will($this->returnValue($this->cm));
41 41
 
42 42
         $this->object = new TestObject();
43 43
 
Please login to merge, or discard this patch.