Skip to content

Commit

Permalink
Merge pull request #1212 from TheKhanj/docs/add-missing-comma
Browse files Browse the repository at this point in the history
docs: Add missing comma
  • Loading branch information
davedevelopment committed Feb 21, 2023
2 parents 3c3ca93 + 652afac commit e06bb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/creating_test_doubles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ additional modifier:
\Mockery::mock('MyClass')->shouldIgnoreMissing()->asUndefined();
The returned object is nothing more than a placeholder so if, by some act of
fate, it's erroneously used somewhere it shouldn't it will likely not pass a
fate, it's erroneously used somewhere it shouldn't, it will likely not pass a
logic check.

We have encountered the ``makePartial()`` method before, as it is the method we
Expand Down

0 comments on commit e06bb7f

Please sign in to comment.