Skip to content

Commit 0c891d0

Browse files
committed
Rector
1 parent a784b5e commit 0c891d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Adapter/Ssh/SshAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public function permitDsaHostKey(bool $status): self
278278
{
279279
$this->options = array_values(array_filter(
280280
$this->options,
281-
fn ($opt) => 'HostKeyAlgorithms=+ssh-dss' !== $opt
281+
fn ($opt): bool => 'HostKeyAlgorithms=+ssh-dss' !== $opt
282282
));
283283

284284
if ($status) {

0 commit comments

Comments
 (0)