Skip to content

Commit 90c5be4

Browse files
SA upgrades
1 parent f9c4362 commit 90c5be4

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

Diff for: phpstan-baseline.neon

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
parameters:
22
ignoreErrors:
33
-
4-
message: "#^Dead catch \\- GuzzleHttp\\\\Promise\\\\RejectionException is never thrown in the try block\\.$#"
4+
message: '#^Dead catch \- GuzzleHttp\\Promise\\RejectionException is never thrown in the try block\.$#'
5+
identifier: catch.neverThrown
56
count: 1
67
path: src/Utils.php
78

Diff for: psalm-baseline.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<files psalm-version="5.25.0@01a8eb06b9e9cc6cfb6a320bf9fb14331919d505"/>
2+
<files psalm-version="5.26.1@d747f6500b38ac4f7dfc5edbcae6e4b637d7add0"/>

Diff for: vendor-bin/php-cs-fixer/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"php": "^7.4 || ^8.0",
4-
"friendsofphp/php-cs-fixer": "3.59.3"
4+
"friendsofphp/php-cs-fixer": "3.68.5"
55
},
66
"config": {
77
"preferred-install": "dist"

Diff for: vendor-bin/phpstan/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"require": {
33
"php": "^7.4 || ^8.0",
4-
"phpstan/phpstan": "1.11.7",
5-
"phpstan/phpstan-deprecation-rules": "1.2.0"
4+
"phpstan/phpstan": "2.1.2",
5+
"phpstan/phpstan-deprecation-rules": "2.0.1"
66
},
77
"config": {
88
"preferred-install": "dist"

Diff for: vendor-bin/psalm/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"php": "^7.4 || ^8.0",
4-
"psalm/phar": "5.25.0"
4+
"psalm/phar": "5.26.1"
55
},
66
"config": {
77
"preferred-install": "dist"

0 commit comments

Comments
 (0)