Completed
Push — feature/5.0.1 ( 0e412a...2af28c )
by Raúl
02:28 queued 12s
created
src/Parser.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -396,12 +396,18 @@
 block discarded – undo
396 396
         return $catalog;
397 397
     }
398 398
 
399
+    /**
400
+     * @param string $line
401
+     */
399 402
     protected function shouldIgnoreLine($line, array $entry)
400 403
     {
401 404
         return empty($line) && count($entry) === 0;
402 405
     }
403 406
 
404 407
 
408
+    /**
409
+     * @param string $line
410
+     */
405 411
     protected function shouldCloseEntry($line, array $entry)
406 412
     {
407 413
         $lineKey = '';
Please login to merge, or discard this patch.