Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'cs/zendframework/zendframework#6969-dead-code-removal' …
Browse files Browse the repository at this point in the history
…into develop

Close zendframework/zendframework#6969
  • Loading branch information
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/PublicKey/DiffieHellman.php
Original file line number Diff line number Diff line change
Expand Up @@ -414,14 +414,11 @@ protected function convert($number, $inputFormat = self::FORMAT_NUMBER, $outputF
switch ($outputFormat) {
case self::FORMAT_BINARY:
return $this->math->intToBin($number);
break;
case self::FORMAT_BTWOC:
return $this->math->intToBin($number, true);
break;
case self::FORMAT_NUMBER:
default:
return $number;
break;
}
}

Expand Down

0 comments on commit 116347a

Please sign in to comment.