Skip to content

Commit 04f74a1

Browse files
cs fix
1 parent 61c05a2 commit 04f74a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Encoder/EncoderFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ private function getEncoderConfigFromAlgorithm(array $config): array
128128
'arguments' => [
129129
$config['time_cost'] ?? null,
130130
(($config['memory_cost'] ?? 0) << 10) ?: null,
131-
$config['cost'] ?? null
131+
$config['cost'] ?? null,
132132
] + (isset($config['native_algorithm']) ? [3 => $config['native_algorithm']] : []),
133133
];
134134

0 commit comments

Comments
 (0)