Skip to content
Snippets Groups Projects
Commit 09264fed authored by Larry Garfield's avatar Larry Garfield Committed by Stefan Bürk
Browse files

[TASK] Address phpstan "Expression on left side of ??" errors

There are several PHPStan Baseline exceptions for misuse of
the ?? operator. Many of them are no longer necessary thanks
to either other code evolution or PHP evolution. This patch
cleans those up.

Resolves: #97456
Releases: main, 11.5
Change-Id: I47c23157398e80eb63e17455f820df3a6d756724
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74619


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
parent e1f1f665
Branches
Tags
Showing
with 28 additions and 140 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