Skip to content

Commit

Permalink
Merge pull request #3494 from berezuev/patch-1
Browse files Browse the repository at this point in the history
Fix typo in rector_rules_overview.md
  • Loading branch information
TomasVotruba authored Jun 8, 2020
2 parents ffb673e + 5b37fee commit 6200b97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/rector_rules_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11770,7 +11770,7 @@ services:

```diff
class SomeClass
class SomeExampleClass
{
public function someFunction()
{
Expand Down
4 changes: 2 additions & 2 deletions src/Rector/MethodBody/ReturnThisRemoveRector.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function getDefinition(): RectorDefinition
[
new ConfiguredCodeSample(
<<<'PHP'
class SomeClass
class SomeExampleClass
{
public function someFunction()
{
Expand All @@ -55,7 +55,7 @@ public function otherFunction()
PHP
,
<<<'PHP'
class SomeClass
class SomeExampleClass
{
public function someFunction()
{
Expand Down

0 comments on commit 6200b97

Please sign in to comment.