We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b40742 commit 1e43c0cCopy full SHA for 1e43c0c
src/Crypto/EcAdapter/EcSerializer.php
@@ -110,7 +110,7 @@ public static function getAdapterImplPath(EcAdapterInterface $adapter): string
110
* @param EcAdapterInterface $adapter
111
* @return mixed
112
*/
113
- public static function getSerializer(string $interface, $useCache = true, EcAdapterInterface $adapter = null)
+ public static function getSerializer(string $interface, bool $useCache = true, EcAdapterInterface $adapter = null)
114
{
115
if (null === $adapter) {
116
$adapter = Bitcoin::getEcAdapter();
0 commit comments