Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Aug 1, 2019
1 parent 6d49913 commit 725187f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,6 +30,6 @@ protected function createMock($originalClassName): MockObject
->disableOriginalClone()
->disableArgumentCloning()
->disallowMockingUnknownTypes()
->getMock();
->getMock();
}
}

0 comments on commit 725187f

Please sign in to comment.