Skip to content

Commit

Permalink
feat: add default lbsl and hbsl bash char escape
Browse files Browse the repository at this point in the history
  • Loading branch information
kocoten1992 committed Nov 27, 2024
1 parent c4b922e commit c1e966c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/BashCharEscape.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
class BashCharEscape
{
public static function escape(
string $str,
string $lbs,
string $hbs,
string $str = '',
string $lbs = '',
string $hbs = '\\',
string $quote = "'",
array $over_ride = []
): string {
Expand Down

0 comments on commit c1e966c

Please sign in to comment.