Skip to content

Commit bc82cfb

Browse files
authored
Merge pull request #130 from marksabbath/main
2 parents 9bb9e7f + fca433c commit bc82cfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Checksum_Core_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,6 @@ private static function find_var( $var_name, $code ) {
241241

242242
$value = substr( $code, $start, $end - $start );
243243

244-
return trim( $value, "'" );
244+
return trim( $value, " '" );
245245
}
246246
}

0 commit comments

Comments
 (0)