Skip to content

Commit

Permalink
Fix unit test - 2nd attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Zodiac1978 committed Jun 13, 2024
1 parent c0d5dea commit 7ff5035
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ public function regexp( $pattern, $field ) {
*
* @return Array if the field parameter is an array, or a string otherwise.
*/
public function regexp_replace( $pattern, $replacement, $field ) {
public function regexp_replace( $field, $pattern, $replacement ) {
/*
* If the original query says REGEXP BINARY
* the comparison is byte-by-byte and letter casing now
Expand Down

0 comments on commit 7ff5035

Please sign in to comment.