Skip to content
Snippets Groups Projects
Commit 8fdd5af7 authored by Oliver Klee's avatar Oliver Klee Committed by Daniel Goerz
Browse files

[TASK] Use more specific array type annotations in GeneralUtility

Having PHPDoc parameter and return type annotations like "string[]"
instead of the generic "array" will help both static code analysers
as well as human readers.

Resolves: #91065
Releases: master, 9.5
Change-Id: I7d39241d81ce607e9ca6050cc82126420e1e756e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64203


Tested-by: default avatarAlexander Schnitzler <git@alexanderschnitzler.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarJonas Eberle <flightvision@googlemail.com>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarAlexander Schnitzler <git@alexanderschnitzler.de>
Reviewed-by: default avatarJonas Eberle <flightvision@googlemail.com>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent a5b512fd
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