Skip to content

Commit 9b0a5b9

Browse files
update syntax
1 parent c06781f commit 9b0a5b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/encdec_paytm.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ function generateSalt_e($length) {
2929
function checkString_e($value) {
3030
$myvalue = ltrim($value);
3131
$myvalue = rtrim($myvalue);
32-
if (in_array($myvalue, ['null', 'NULL']))
32+
if (in_array($myvalue, ['null', 'NULL'])) {
3333
$myvalue = '';
34+
}
3435
return $myvalue;
3536
}
3637

0 commit comments

Comments
 (0)