| @@ -195,6 +195,9 @@ | ||
| 195 | 195 | return isset($matches['group']) && '' !== $matches['group']; | 
| 196 | 196 | } | 
| 197 | 197 | |
| 198 | + /** | |
| 199 | + * @param ExtractorDefinitionInterface $next | |
| 200 | + */ | |
| 198 | 201 | private function buildPlainExtractor(string $name, ?ExtractorDefinitionInterface $next = null): PlainExtractorDefinitionInterface | 
| 199 | 202 |      { | 
| 200 | 203 |          if ('any' === $name && !$next) { |