summaryrefslogtreecommitdiff
path: root/phpstan-baseline.neon
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2025-08-10 21:09:48 +0100
committerGreg Roach <greg@subaqua.co.uk>2025-08-10 21:09:48 +0100
commitdc6eaf08219b53b407133dafe65f56b0e379b5fe (patch)
tree48b4fd57703d46c6e14d4538f4834b7122a75eb9 /phpstan-baseline.neon
parentebf24934b80a094ce34d14a186e35725c2fab362 (diff)
downloadwebtrees-dc6eaf08219b53b407133dafe65f56b0e379b5fe.tar.gz
webtrees-dc6eaf08219b53b407133dafe65f56b0e379b5fe.tar.bz2
webtrees-dc6eaf08219b53b407133dafe65f56b0e379b5fe.zip
Update PHP dependencies
Diffstat (limited to 'phpstan-baseline.neon')
-rw-r--r--phpstan-baseline.neon12
1 files changed, 0 insertions, 12 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index eb72c46a48..f2cde1fb62 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -175,12 +175,6 @@ parameters:
path: app/Cli/Commands/TreeExport.php
-
- message: '#^Strict comparison using \=\=\= between string and false will always evaluate to false\.$#'
- identifier: identical.alwaysFalse
- count: 1
- path: app/Cli/Commands/TreeExport.php
-
- -
message: '#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\.$#'
identifier: foreach.nonIterable
count: 1
@@ -8237,9 +8231,3 @@ parameters:
identifier: argument.type
count: 1
path: tests/TestCase.php
-
- -
- message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertIsString\(\) with string will always evaluate to true\.$#'
- identifier: staticMethod.alreadyNarrowedType
- count: 1
- path: tests/app/TreeTest.php