Skip to content

Commit

Permalink
Merge pull request #130 from marksabbath/main
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Oct 1, 2024
2 parents 9bb9e7f + fca433c commit bc82cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Checksum_Core_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,6 @@ private static function find_var( $var_name, $code ) {

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

return trim( $value, "'" );
return trim( $value, " '" );
}
}

0 comments on commit bc82cfb

Please sign in to comment.