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 61c05a2 commit 04f74a1Copy full SHA for 04f74a1
Encoder/EncoderFactory.php
@@ -128,7 +128,7 @@ private function getEncoderConfigFromAlgorithm(array $config): array
128
'arguments' => [
129
$config['time_cost'] ?? null,
130
(($config['memory_cost'] ?? 0) << 10) ?: null,
131
- $config['cost'] ?? null
+ $config['cost'] ?? null,
132
] + (isset($config['native_algorithm']) ? [3 => $config['native_algorithm']] : []),
133
];
134
0 commit comments