Skip to content
Snippets Groups Projects
Commit 8d149fbb authored by Torben Hansen's avatar Torben Hansen Committed by Stefan Bürk
Browse files

[TASK] Clean up PHPDoc comments in ext:felogin

Since ext:felogin already uses strict type declarations
for function arguments and return types, various
parameter- and return-type declarations in PHPDoc
comments can safely be removed.

With this patch the following changes are applied:

* removed superfluous @param type declarations
* removed superfluous @return declarations
* removed non-thrown @throws annotations
* added missing function type declarations in tests

Used command:

> Build/Scripts/runTests.sh -s phpstanGenerateBaseline

Resolves: #98139
Releases: main, 11.5
Change-Id: I47749a748e808f6801928951397ed0bff8d6a115
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75439


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
parent d377a295
Branches
Tags
No related merge requests found
Showing
with 4 additions and 214 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