Skip to content

Commit 3d4efae

Browse files
committed
Merge remote-tracking branch 'origin/feature/add-preg-match-expression' into feature/add-preg-match-expression
2 parents 87075c6 + b47da5c commit 3d4efae

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/TestPattern.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ class TestPattern
88
{
99
public function __construct($name)
1010
{
11-
parent::__construct(
12-
$name,
13-
$this->compile(...)->bindTo($this),
14-
$this->evaluate(...)->bindTo($this)
15-
);
1611
}
1712

1813
private function compile(string $pattern, string $subject): bool

0 commit comments

Comments
 (0)