Skip to content

Commit

Permalink
Fixes coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
davedevelopment committed Jan 17, 2017
1 parent 2ff6984 commit eec1ff8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/Mockery/Mock.php
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,8 @@ public function mockery_returnValueForMethod($name)

case 'callable':
case 'Closure':
return function () {};
return function () {
};

case 'Traversable':
case 'Generator':
Expand Down

0 comments on commit eec1ff8

Please sign in to comment.