Skip to content

Commit 9dba100

Browse files
committed
Misc. updates
1 parent f5eee4d commit 9dba100

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'@Symfony' => true,
66
'@Symfony:risky' => true,
77
'@PHP8x4Migration' => true,
8-
'@PHP8x2Migration:risky' => true,
8+
'@PHP8x4Migration:risky' => true,
99
'@PHPUnit10x0Migration:risky' => true,
1010
'array_syntax' => ['syntax' => 'short'],
1111
'blank_line_after_opening_tag' => false,

phpstan-baseline.neon

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ parameters:
108108
count: 1
109109
path: src/WAMP/Middleware/ParseWAMPMessage.php
110110

111+
-
112+
message: '#^Parameter \#2 \$id of method BabDev\\WebSocket\\Server\\WAMPServerMiddleware\:\:onCall\(\) expects string, array\<int\<0, max\>\|string, mixed\>\|bool\|string given\.$#'
113+
identifier: argument.type
114+
count: 1
115+
path: src/WAMP/Middleware/ParseWAMPMessage.php
116+
111117
-
112118
message: '#^Parameter \#4 \$exclude of method BabDev\\WebSocket\\Server\\WAMPServerMiddleware\:\:onPublish\(\) expects list\<string\>, array\<int\<0, max\>\|string, mixed\> given\.$#'
113119
identifier: argument.type

0 commit comments

Comments
 (0)