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
sabbelasichon authored and github-actions[bot] committed Jun 14, 2023
1 parent e98c42d commit 17b3e58
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/all_rectors_overview.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 276 Rules Overview
# 277 Rules Overview

## AbstractMessageGetSeverityFluidRector

Expand Down Expand Up @@ -3671,6 +3671,24 @@ Removes calls to metaCharset property or methods of TSFE

<br>

## RemoveTableLocalPropertyRector

Remove TCA property table_local in foreign_match_fields

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

```diff
'foreign_match_fields' => [
'fieldname' => 'media',
'tablenames' => 'tx_site_domain_model_mediacollection',
- 'table_local' => 'sys_file',
],
'maxitems' => 1,
'minitems' => 1,
```

<br>

## RemoveTcaOptionSetToDefaultOnCopyRector

TCA option setToDefaultOnCopy removed
Expand Down

0 comments on commit 17b3e58

Please sign in to comment.