Merge branch '4.4' into 5.1

* 4.4:
  Fix typo
This commit is contained in:
Fabien Potencier 2020-08-28 18:19:35 +02:00
commit 5189571300

View File

@ -554,6 +554,6 @@ trait PolyfillAssertTrait
*/
public static function assertDoesNotMatchRegularExpression($pattern, $string, $message = '')
{
static::assertNotRegExp($message, $string, $message);
static::assertNotRegExp($pattern, $string, $message);
}
}