Skip to content
Snippets Groups Projects
Commit 1c4c821a authored by Torben Hansen's avatar Torben Hansen Committed by Stefan B�rk
Browse files

[TASK] Update naming in MvcPropertyMappingConfigurationService


With #88682 Extbase argument validation has switched from using PHP
serialize/unserialize to use json_encode/json_decode. The doc
comments and variables in the responsible class
`MvcPropertyMappingConfigurationService` however still use the
term "serialize", which is misleading and not correct anymore.

This change removes any occurrence of the term "serialize" and
replaces it with a term that suits better to the current
situation.

Resolves: #101563
Related: #88682
Releases: main
Signed-off-by: default avatarTorben Hansen <derhansen@gmail.com>
Change-Id: I0306880c636e5f6e6153829407c2451a91c23907
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80324


Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarStefan B�rk <stefan@buerk.tech>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarStefan B�rk <stefan@buerk.tech>
parent 303ff177
Branches
Tags
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