Skip to content

Commit

Permalink
Update phpstan to ^0.12.30
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Jun 21, 2020
1 parent b91e978 commit a9231a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"php-webdriver/webdriver": "^1.8",
"phpmyadmin/coding-standard": "^2.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.27",
"phpstan/phpstan": "^0.12.30",
"phpstan/phpstan-phpunit": "^0.12.11",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0",
"pragmarx/google2fa-qrcode": "^1.0.1",
Expand Down
5 changes: 0 additions & 5 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$function of function register_shutdown_function expects callable\\(\\)\\: void, Closure\\(\\)\\: mixed given\\.$#"
count: 1
path: js/messages.php

-
message: "#^Method PhpMyAdmin\\\\Advisor\\:\\:escapePercent\\(\\) should return string but returns string\\|null\\.$#"
count: 1
Expand Down

0 comments on commit a9231a5

Please sign in to comment.