Skip to content

Commit f792ee8

Browse files
committed
Update phpstan baseline
Signed-off-by: William Desportes <williamdes@wdes.fr>
1 parent b8fc8b4 commit f792ee8

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"phpmyadmin/coding-standard": "^3.0",
3232
"phpmyadmin/motranslator": "^4.0 || ^5.0",
3333
"phpstan/extension-installer": "^1.1",
34-
"phpstan/phpstan": "^1.2",
35-
"phpstan/phpstan-phpunit": "^1.0",
34+
"phpstan/phpstan": "^1.9.12",
35+
"phpstan/phpstan-phpunit": "^1.3.3",
3636
"phpunit/php-code-coverage": "*",
3737
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
3838
"psalm/plugin-phpunit": "^0.16.1",

phpstan-baseline.neon

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ parameters:
2020
count: 2
2121
path: src/Components/AlterOperation.php
2222

23-
-
24-
message: "#^Parameter \\#1 \\$tokenValue of static method PhpMyAdmin\\\\SqlParser\\\\Components\\\\AlterOperation\\:\\:checkIfColumnDefinitionKeyword\\(\\) expects string, float\\|int\\|string given\\.$#"
25-
count: 1
26-
path: src/Components/AlterOperation.php
27-
2823
-
2924
message: "#^Property PhpMyAdmin\\\\SqlParser\\\\Components\\\\AlterOperation\\:\\:\\$options \\(PhpMyAdmin\\\\SqlParser\\\\Components\\\\OptionsArray\\) does not accept PhpMyAdmin\\\\SqlParser\\\\Components\\\\OptionsArray\\|null\\.$#"
3025
count: 1

0 commit comments

Comments
 (0)