Skip to content
Snippets Groups Projects
Commit 7bf9248a authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Frank Naegler
Browse files

[TASK] Adjust php-cs-fixer rules

The php-cs-fixer rules have been adjusted by the following settings:

- no_empty_phpdoc: Remove empty phpdoc blocks without any information
- no_null_property_initialization: Remove initial null value from
  class properties
- modernize_types_casting: Replace old-school `*val()` function calls
  with proper type casts

Resolves: #88802
Releases: master
Change-Id: Id2cfa849553d918e0461bafd09b3960bdf5ff700
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61324


Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarFrank Naegler <frank.naegler@typo3.org>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: Daniel Windloff
Reviewed-by: default avatarFrank Naegler <frank.naegler@typo3.org>
parent e7199c76
Branches
Tags
No related merge requests found
Showing
with 9 additions and 99 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment