Skip to content

Commit

Permalink
Add blank space when trimming the version
Browse files Browse the repository at this point in the history
  • Loading branch information
marksabbath authored Oct 1, 2024
1 parent 9bb9e7f commit fca433c
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 fca433c

Please sign in to comment.