Skip to content

Commit 126c396

Browse files
committed
More CS adjustments
1 parent e4836d0 commit 126c396

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

phpseclib/File/ASN1.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,6 @@ function _string_shift(&$string, $index = 1)
11841184
* @return String
11851185
* @access public
11861186
*/
1187-
11881187
function convert($in, $from = FILE_ASN1_TYPE_UTF8_STRING, $to = FILE_ASN1_TYPE_UTF8_STRING)
11891188
{
11901189
if (!isset($this->stringTypeSize[$from]) || !isset($this->stringTypeSize[$to])) {

0 commit comments

Comments
 (0)