Skip to content

Commit 6416859

Browse files
committed
synced php cs fixer version with ci
1 parent a27730e commit 6416859

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"nyholm/psr7-server": "^1.0",
4848
"kriswallsmith/buzz": "^1.2",
4949
"vimeo/psalm": "^4.7",
50-
"friendsofphp/php-cs-fixer": "^3.0",
50+
"friendsofphp/php-cs-fixer": "3.0.2",
5151
"psalm/plugin-phpunit": "^0.15.1",
5252
"vlucas/phpdotenv": "^5.0"
5353
},

src/Bolt/BoltConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ final class BoltConfiguration implements ConfigInterface
5656

5757
/**
5858
* @param callable():string|?string $database
59-
* @param LazySSLContextOptions $sslContextOptions
59+
* @param LazySSLContextOptions $sslContextOptions
6060
* @param callable():bool|bool $autoRouting
6161
*/
6262
public function __construct($database = null, $sslContextOptions = null, $autoRouting = false)

src/Common/TransactionHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ final class TransactionHelper
3838
* @template U
3939
* @template T
4040
*
41-
* @param callable(TransactionInterface<T>):U $tsxHandler
41+
* @param callable(TransactionInterface<T>):U $tsxHandler
4242
* @param callable():UnmanagedTransactionInterface<T> $tsxFactory
4343
*
4444
* @return U

0 commit comments

Comments
 (0)