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

[BUGFIX] Resolve null coalesce order of operation issues

The > operator binds higher than ??, meaning these are always comparing
null to 0.  That is clearly not the intent.

Used command:

> ./Build/Scripts/runTests.sh -s phpstanGenerateBaseline

Resolves: #97978
Releases: main, 11.5
Change-Id: I3410e087fe7fa214c4cb43312a551d8ca3047e70
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75219


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 6330fe95
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