Skip to content

Commit da64796

Browse files
Updated static analyzers
1 parent d009f2e commit da64796

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

phpstan.src.neon.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ parameters:
44
- '#Anonymous function should have native return typehint ".+".#'
55
- '#Call to function is_string\(\) with string will always evaluate to true.#'
66
- '#Variable \$defaults might not be defined.#'
7+
- '#Method Dotenv\\Regex\\Regex::split\(\) should return Dotenv\\Result\\Result\<array\<string\>, string\> but returns Dotenv\\Result\\Result\<array\<int, bool\|string\>, string\>.#'
78
- '/^Parameter \#1 \$readers of class Dotenv\\Repository\\[a-zA-Z]*Repository[a-zA-Z]* constructor expects/'
89
- '/^Parameter \#2 \$writers of class Dotenv\\Repository\\[a-zA-Z]*Repository[a-zA-Z]* constructor expects/'
910
- '#Parameter \#1 \$name of method Dotenv\\Repository\\AbstractRepository::set\(\) expects string, string\|null given.#'

vendor-bin/phpstan/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"require": {
3-
"phpstan/phpstan": "0.12.58",
4-
"phpstan/extension-installer": "1.0.5",
5-
"phpstan/phpstan-deprecation-rules": "0.12.5",
6-
"phpstan/phpstan-strict-rules": "0.12.5",
3+
"phpstan/phpstan": "0.12.68",
4+
"phpstan/extension-installer": "1.1.0",
5+
"phpstan/phpstan-deprecation-rules": "0.12.6",
6+
"phpstan/phpstan-strict-rules": "0.12.9",
77
"thecodingmachine/phpstan-strict-rules": "0.12.1"
88
},
99
"config": {

vendor-bin/psalm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"psalm/phar": "4.2.1"
3+
"psalm/phar": "4.3.1"
44
},
55
"config": {
66
"preferred-install": "dist"

0 commit comments

Comments
 (0)