Skip to content

Commit

Permalink
Generate documentation
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Actions <[email protected]>
  • Loading branch information
sabbelasichon authored and actions-user committed Nov 24, 2020
1 parent 0bf3e5f commit 32f9082
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions docs/all_rectors_overview.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,4 @@
# All 129 Rectors Overview

## `AddCodeCoverageIgnoreToMethodRectorDefinitionRector`

- class: [`Ssch\TYPO3Rector\Rector\Misc\AddCodeCoverageIgnoreToMethodRectorDefinitionRector`](/src/Rector/Misc/AddCodeCoverageIgnoreToMethodRectorDefinitionRector.php)
- [test fixtures](/tests/Rector/Misc/Fixture)

Adds @codeCoverageIgnore annotation to to method getDefinition

```diff
class SomeClass extends AbstractRector
{
public function getNodeTypes(): array
{
}

public function refactor(Node $node): ?Node
{
}

+ /**
+ * @codeCoverageIgnore
+ */
public function getDefinition(): RectorDefinition
{
}
}
```

<br><br>
# All 128 Rectors Overview

## `Array2XmlCsToArray2XmlRector`

Expand Down

0 comments on commit 32f9082

Please sign in to comment.