Skip to content

Commit 1e43c0c

Browse files
author
Thomas Kerin
committed
EcSerializer: use strict types for useCache
1 parent 9b40742 commit 1e43c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Crypto/EcAdapter/EcSerializer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public static function getAdapterImplPath(EcAdapterInterface $adapter): string
110110
* @param EcAdapterInterface $adapter
111111
* @return mixed
112112
*/
113-
public static function getSerializer(string $interface, $useCache = true, EcAdapterInterface $adapter = null)
113+
public static function getSerializer(string $interface, bool $useCache = true, EcAdapterInterface $adapter = null)
114114
{
115115
if (null === $adapter) {
116116
$adapter = Bitcoin::getEcAdapter();

0 commit comments

Comments
 (0)