We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bb9e7f + fca433c commit bc82cfbCopy full SHA for bc82cfb
1 file changed
src/Checksum_Core_Command.php
@@ -241,6 +241,6 @@ private static function find_var( $var_name, $code ) {
241
242
$value = substr( $code, $start, $end - $start );
243
244
- return trim( $value, "'" );
+ return trim( $value, " '" );
245
}
246
0 commit comments