Skip to content

Commit

Permalink
Fix phpstan-baseline.neon
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Apr 19, 2020
1 parent e6d72f6 commit b74b649
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions phpstan-baseline.neon
Expand Up @@ -2310,21 +2310,6 @@ parameters:
count: 1
path: libraries/classes/Pdf.php

-
message: "#^Method PhpMyAdmin\\\\Pdf\\:\\:Footer\\(\\) has no return typehint specified\\.$#"
count: 1
path: libraries/classes/Pdf.php

-
message: "#^Method PhpMyAdmin\\\\Pdf\\:\\:Error\\(\\) has no return typehint specified\\.$#"
count: 1
path: libraries/classes/Pdf.php

-
message: "#^Method PhpMyAdmin\\\\Pdf\\:\\:Error\\(\\) has parameter \\$error_message with no typehint specified\\.$#"
count: 1
path: libraries/classes/Pdf.php

-
message: "#^Parameter \\#1 \\$str of function mb_substr expects string, string\\|null given\\.$#"
count: 2
Expand Down Expand Up @@ -2660,11 +2645,6 @@ parameters:
count: 1
path: libraries/classes/Plugins/Export/Helpers/Pdf.php

-
message: "#^Method PhpMyAdmin\\\\Plugins\\\\Export\\\\Helpers\\\\Pdf\\:\\:Header\\(\\) has no return typehint specified\\.$#"
count: 1
path: libraries/classes/Plugins/Export/Helpers/Pdf.php

-
message: "#^Cannot access offset mixed on array\\|bool\\.$#"
count: 1
Expand Down Expand Up @@ -3105,16 +3085,6 @@ parameters:
count: 1
path: libraries/classes/Plugins/Schema/Pdf/Pdf.php

-
message: "#^Method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\:\\:Header\\(\\) has no return typehint specified\\.$#"
count: 1
path: libraries/classes/Plugins/Schema/Pdf/Pdf.php

-
message: "#^Method PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\Pdf\\:\\:Footer\\(\\) has no return typehint specified\\.$#"
count: 1
path: libraries/classes/Plugins/Schema/Pdf/Pdf.php

-
message: "#^Property PhpMyAdmin\\\\Plugins\\\\Schema\\\\Pdf\\\\PdfRelationSchema\\:\\:\\$_showGrid has no typehint specified\\.$#"
count: 1
Expand Down

0 comments on commit b74b649

Please sign in to comment.