Skip to content

Commit 96a1709

Browse files
committed
feat(client): bump client and update event handling
1 parent d1d11d0 commit 96a1709

File tree

4 files changed

+95
-82
lines changed

4 files changed

+95
-82
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/** symfony set @see \PhpCsFixer\RuleSet\Sets\SymfonyRiskySet */
2828
'@Symfony:risky' => true,
2929
'@PhpCsFixer:risky' => true,
30-
'@PHP83Migration' => true,
30+
'@PHP8x3Migration' => true,
3131
'@DoctrineAnnotation' => true,
3232
'binary_operator_spaces' => [
3333
'default' => 'align',

0 commit comments

Comments
 (0)