Completed
Push — master ( 344583...2d30d0 )
by Bogdan
11s
created
src/Extractors/ExtractorDefinitionBuilder.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -195,6 +195,9 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.