Skip to content

Commit 05e3089

Browse files
cs fix
1 parent e0bf17e commit 05e3089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Legacy/ForwardCompatTestTraitForV7.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ protected function createMock($originalClassName): MockObject
3030
->disableOriginalClone()
3131
->disableArgumentCloning()
3232
->disallowMockingUnknownTypes()
33-
->getMock();
33+
->getMock();
3434
}
3535
}

0 commit comments

Comments
 (0)