Skip to content

Commit

Permalink
Merge pull request #512 from settermjd/fix-minor-grammar-mistake
Browse files Browse the repository at this point in the history
Make two minor grammar updates to the README
  • Loading branch information
ciaranmcnulty authored Nov 15, 2020
2 parents 8ce8751 + 89d1b59 commit 3b8a14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ $prophecy->willImplement('SessionHandlerInterface');
```

There are 2 interesting calls - `willExtend` and `willImplement`. The first one tells
object prophecy that our object should extend specific class, the second one says that
object prophecy that our object should extend a specific class. The second one says that
it should implement some interface. Obviously, objects in PHP can implement multiple
interfaces, but extend only one parent class.

Expand Down

0 comments on commit 3b8a14d

Please sign in to comment.