@@ -396,12 +396,18 @@ |
||
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 = ''; |