summaryrefslogtreecommitdiff
path: root/phpstan-baseline.neon
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2021-06-22 15:34:14 +0100
committerGreg Roach <greg@subaqua.co.uk>2021-06-22 15:34:14 +0100
commit30e63383b10bafff54347985dcdbd10c40c33f62 (patch)
tree71a3a208735947727ff41a0cb4ddc4a2bddae613 /phpstan-baseline.neon
parentea024074a4a6fddf1e62fd2b95467c6e41c945e4 (diff)
downloadwebtrees-30e63383b10bafff54347985dcdbd10c40c33f62.tar.gz
webtrees-30e63383b10bafff54347985dcdbd10c40c33f62.tar.bz2
webtrees-30e63383b10bafff54347985dcdbd10c40c33f62.zip
Fix: #3895 - move example modules to the webtrees repository
Diffstat (limited to 'phpstan-baseline.neon')
-rw-r--r--phpstan-baseline.neon31
1 files changed, 0 insertions, 31 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index bf7b49f222..edb86f2ee1 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -2043,34 +2043,3 @@ parameters:
message: "#^Ternary operator condition is always true\\.$#"
count: 1
path: app/Webtrees.php
-
- -
- message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#"
- count: 1
- path: modules_v4/example-footer.disable/module.php
-
- -
- message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#"
- count: 1
- path: modules_v4/example-middleware.disable/module.php
-
- -
- message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#"
- count: 1
- path: modules_v4/example-report.disable/module.php
-
- -
- message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#"
- count: 1
- path: modules_v4/example-server-configuration.disable/ExampleServerConfigurationModule.php
-
- -
- message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#"
- count: 1
- path: modules_v4/example-theme.disable/module.php
-
- -
- message: "#^Parameter \\#1 \\$string of function strlen expects string, string\\|false given\\.$#"
- count: 1
- path: modules_v4/example.disable/module.php
-