improve baseline

This commit is contained in:
Dennis Eichhorn 2020-02-28 18:53:35 +01:00
parent 5d3cee6607
commit d232ba5944
2 changed files with 3 additions and 12 deletions

View File

@ -2633,15 +2633,4 @@ parameters:
-
message: "#^Parameter \\#3 \\$subject of function str_replace expects array\\|string, string\\|null given\\.$#"
count: 1
path: phpOMS/Utils/Parser/Markdown/Markdown.php
-
message: "#^Offset 0 does not exist on array\\|null\\.$#"
count: 1
path: phpOMS/Utils/RnG/Phone.php
-
message: "#^Offset 1 does not exist on array\\|null\\.$#"
count: 1
path: phpOMS/Utils/RnG/Phone.php
path: phpOMS/Utils/Parser/Markdown/Markdown.php

View File

@ -36,6 +36,8 @@ parameters:
- '#[.]*PhpOffice\\PhpSpreadsheet\\[.]*#'
- '#^Call to an undefined method phpOMS\\Module\\ModuleAbstract::[.]*#'
- '#^Strict comparison using === between[.]*#'
- '#[.]*jsonSerialize\(\) has no return typehint specified#'
- '#[.]*unserialize\(\) has parameter [.]* with no typehint specified#'
- '#expects phpOMS\\Algorithm\\PathFinding\\JumpPointNode\|null, phpOMS\\Algorithm\\PathFinding\\Node\|null given#'
- '#should return array<phpOMS\\Algorithm\\PathFinding\\Node> but returns array<int, phpOMS\\Algorithm\\PathFinding\\Node\|null#'
-