Skip to content

Commit 282fbd1

Browse files
committed
ran php cs fixer
1 parent 8ef747c commit 282fbd1

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

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

src/Types/CypherMap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
use Laudis\Neo4j\Contracts\CypherContainerInterface;
2222
use OutOfBoundsException;
2323
use Traversable;
24-
use function json_encode;
2524

2625
/**
2726
* @template T

0 commit comments

Comments
 (0)