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] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
simonschaufi authored and github-actions[bot] committed Apr 16, 2024
1 parent 6b5d9b6 commit 78255f4
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions docs/all_rectors_overview.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 138 Rules Overview
# 139 Rules Overview

<br>

## Categories

- [CodeQuality](#codequality) (7)
- [CodeQuality](#codequality) (8)

- [General](#general) (2)

Expand Down Expand Up @@ -140,6 +140,19 @@ Move ExtensionManagementUtility::addStaticFile into Configuration/TCA/Overrides/

<br>

### MoveExtensionManagementUtilityAddToAllTCAtypesIntoTCAOverridesRector

Move ExtensionManagementUtility::addToAllTCAtypes into table specific Configuration/TCA/Overrides file

- class: [`Ssch\TYPO3Rector\CodeQuality\General\MoveExtensionManagementUtilityAddToAllTCAtypesIntoTCAOverridesRector`](../rules/CodeQuality/General/MoveExtensionManagementUtilityAddToAllTCAtypesIntoTCAOverridesRector.php)

```diff
-\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addToAllTCAtypes('table', 'new_field', '', 'after:existing_field');
+// Move to table specific Configuration/TCA/Overrides/table.php file
```

<br>

### RenameClassMapAliasRector

Replaces defined classes by new ones.
Expand Down

0 comments on commit 78255f4

Please sign in to comment.