Skip to content

Commit 6f91bc4

Browse files
QA fixes
- fixed prepare statement return type - bumped up phpstan dependency to ^1.0.
1 parent fc5a0d2 commit 6f91bc4

File tree

7 files changed

+250
-170
lines changed

7 files changed

+250
-170
lines changed

bin/qa.sh

100644100755
File mode changed.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^9.5",
28-
"phpstan/phpstan": "^0.12.82",
28+
"phpstan/phpstan": "^1.0",
2929
"phpmd/phpmd": "^2.9",
3030
"vimeo/psalm": "^4.7",
3131
"squizlabs/php_codesniffer": "^3.6",

0 commit comments

Comments
 (0)