Skip to content

Commit 0656575

Browse files
authored
refactor: formatting of array_merge call
Signed-off-by: Denny Septian Panggabean <97607754+ddevsr@users.noreply.github.com>
1 parent 04e45bf commit 0656575

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Secure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ public function _hash(string $algorithm, ...$buffers)
474474
throw new Exception(sprintf("Hash algorithm '%s' not supported!", $algorithm)); // @codeCoverageIgnore
475475
}
476476

477-
$buffers = array_merge([], ...$buffers);
477+
$buffers = array_merge([], ...$buffers);
478478

479479
hash_update($ctx, pack('C*', ...$buffers));
480480

0 commit comments

Comments
 (0)