Skip to content

Commit 18b7ac3

Browse files
committed
@@trigger_error => @trigger_error
1 parent 8529113 commit 18b7ac3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Schema/StringSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ public function pattern(string $pattern): static
389389
*/
390390
public function regexp(string $regexp): static
391391
{
392-
@@trigger_error('Use pattern($pattern) instead', E_USER_DEPRECATED);
392+
@trigger_error('Use pattern($pattern) instead', E_USER_DEPRECATED);
393393

394394
if (false === @preg_match($regexp, '')) {
395395
throw new \InvalidArgumentException(\sprintf('Invalid regexp "%s" given', $regexp));

0 commit comments

Comments
 (0)