clean code (#35512)

This commit is contained in:
Frédéric FRANCE
2025-09-27 12:08:02 +02:00
committed by GitHub
parent 95e2a7690c
commit 43e3ebde1a
2 changed files with 5 additions and 16 deletions

View File

@@ -9660,18 +9660,6 @@ parameters:
count: 1
path: ../../../htdocs/core/lib/website.lib.php
-
message: '#^Ternary operator condition is always false\.$#'
identifier: ternary.alwaysFalse
count: 1
path: ../../../htdocs/core/lib/website.lib.php
-
message: '#^Ternary operator condition is always true\.$#'
identifier: ternary.alwaysTrue
count: 1
path: ../../../htdocs/core/lib/website.lib.php
-
message: '#^Call to function is_object\(\) with object will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType