Skip to content

Commit

Permalink
[DOCS] Generate documentation
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
sabbelasichon authored and github-actions[bot] committed Nov 13, 2022
1 parent ca72ca1 commit 66f580b
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/all_rectors_overview.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 275 Rules Overview
# 276 Rules Overview

## AbstractMessageGetSeverityFluidRector

Expand Down Expand Up @@ -2602,6 +2602,21 @@ Refactor various deprecated methods of class GeneralUtility

<br>

## RegisterExtbaseTypeConvertersAsServicesRector

Register extbase type converters as services

- class: [`Ssch\TYPO3Rector\Rector\v12\v0\typo3\RegisterExtbaseTypeConvertersAsServicesRector`](../src/Rector/v12/v0/typo3/RegisterExtbaseTypeConvertersAsServicesRector.php)

```diff
-\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerTypeConverter(
- MySpecialTypeConverter::class
-);
+// Remove node and add or modify existing Services.yaml in Configuration/Services.yaml
```

<br>

## RegisterIconToIconFileRector

Generate or add registerIcon calls to Icons.php file
Expand Down

0 comments on commit 66f580b

Please sign in to comment.