Skip to content

Commit f3a4e7c

Browse files
committed
fix
1 parent 5318269 commit f3a4e7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Type/Php/RegexGroupParser.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ public function parseGroups(string $regex): ?array
7474
}
7575

7676
$capturingGroups = [];
77-
$alternationList = [];
7877
$alternationId = -1;
7978
$captureGroupId = 100;
8079
$markVerbs = [];
@@ -99,7 +98,6 @@ public function parseGroups(string $regex): ?array
9998

10099
/**
101100
* @param array<int, RegexCapturingGroup> $capturingGroups
102-
* @param list<RegexAlternation> $alternationList
103101
* @param list<string> $markVerbs
104102
*/
105103
private function walkRegexAst(

0 commit comments

Comments
 (0)