File tree 4 files changed +3
-9
lines changed
4 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 59
59
"boesing/psalm-plugin-stringf" : " v1.1.*"
60
60
},
61
61
"prefer-stable" : true ,
62
- "minimum-stability" : " dev " ,
62
+ "minimum-stability" : " stable " ,
63
63
"scripts" : {
64
64
"psalm" : " rm -rf ~/.cache/psalm/ && ./vendor/bin/psalm --config=psalm.xml" ,
65
65
"phpstan" : " ./vendor/bin/phpstan analyse src --level 9" ,
Original file line number Diff line number Diff line change @@ -3,5 +3,4 @@ parameters:
3
3
checkGenericClassInNonGenericObjectType : false
4
4
ignoreErrors :
5
5
- ' #Cannot cast mixed to int #'
6
- - '#Access to undefined constant ServiceBus\\Storage\\Sql\\Migration\\MigrationType (.*)#'
7
- - '#Access to an undefined property ServiceBus\\Storage\\Sql\\Migration\\MigrationType (.*)#'
6
+ - '#Access to .* ServiceBus\\Storage\\Sql\\Migration\\MigrationType (.*)#'
Original file line number Diff line number Diff line change 39
39
<directory >./tests/</directory >
40
40
</testsuite >
41
41
</testsuites >
42
- <groups >
43
- <exclude >
44
- <group >amphp</group >
45
- </exclude >
46
- </groups >
47
42
</phpunit >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public static function tearDownAfterClass(): void
50
50
$ adapter = self ::getAdapter ();
51
51
52
52
wait (
53
- $ adapter ->execute ('DROP TABLE test_result_set ' )
53
+ $ adapter ->execute ('DROP TABLE IF EXISTS test_result_set ' )
54
54
);
55
55
}
56
56
You can’t perform that action at this time.
0 commit comments