Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 5d55b92

Browse files
cs fix
1 parent 9c9e5bb commit 5d55b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/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)