Skip to content

Commit

Permalink
Merge branch '4.4' into 5.1
Browse files Browse the repository at this point in the history
* 4.4:
  Fix typo
  • Loading branch information
fabpot committed Aug 28, 2020
2 parents 00a6f88 + 8c63956 commit 3229133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Legacy/PolyfillAssertTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,6 @@ public static function assertMatchesRegularExpression($pattern, $string, $messag
*/
public static function assertDoesNotMatchRegularExpression($pattern, $string, $message = '')
{
static::assertNotRegExp($message, $string, $message);
static::assertNotRegExp($pattern, $string, $message);
}
}

0 comments on commit 3229133

Please sign in to comment.