Skip to content

Commit

Permalink
UPDATE docs to be a little clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveLiddament committed Dec 14, 2023
1 parent c23dc72 commit c77a642
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ use DaveLiddament\PhpstanRuleTestHelper\AbstractRuleTestCase;

class CallableFromRuleTest extends AbstractRuleTestCase
{
// `getRule` and `testAllowedCall` methods omitted for brevity
// `getRule` and `testAllowedCall` methods are as above and are omitted for brevity

protected function getErrorFormatter(): string
{
Expand Down Expand Up @@ -114,7 +114,7 @@ use DaveLiddament\PhpstanRuleTestHelper\AbstractRuleTestCase;

class CallableFromRuleTest extends AbstractRuleTestCase
{
// `getRule` and `testAllowedCall` methods omitted for brevity
// `getRule` and `testAllowedCall` methods are as above and are omitted for brevity

protected function getErrorFormatter(): string
{
Expand Down Expand Up @@ -161,7 +161,7 @@ use DaveLiddament\PhpstanRuleTestHelper\AbstractRuleTestCase;

class CallableFromRuleTest extends AbstractRuleTestCase
{
// `getRule` and `testAllowedCall` methods omitted for brevity
// `getRule` and `testAllowedCall` methods omitted are as above and are for brevity

protected function getErrorFormatter(): ErrorMessageFormatter
{
Expand Down

0 comments on commit c77a642

Please sign in to comment.