Passed
Push — new-features ( 4436b0 )
by Bogdan
05:26 queued 02:19
created
src/Extractors/ExtractorDefinitionBuilder.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -167,6 +167,9 @@
 block discarded – undo
167 167
         return new VariableExtractorDefinition(...$alt);
168 168
     }
169 169
 
170
+    /**
171
+     * @param ExtractorDefinitionInterface|null $definition
172
+     */
170 173
     protected function buildArrayDefinition(?ExtractorDefinitionInterface $definition, int $depth): ?ExtractorDefinitionInterface
171 174
     {
172 175
         while ($depth) {
Please login to merge, or discard this patch.