Skip to content

Commit b47da5c

Browse files
committed
[rector] Rector fixes
1 parent d1af033 commit b47da5c

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
@@ -6,11 +6,6 @@ class TestPattern
66
{
77
public function __construct($name)
88
{
9-
parent::__construct(
10-
$name,
11-
$this->compile(...)->bindTo($this),
12-
$this->evaluate(...)->bindTo($this)
13-
);
149
}
1510

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

0 commit comments

Comments
 (0)