Code Duplication    Length = 9-9 lines in 2 locations

app/Vendor/PHPExcel/PHPExcel/Shared/PCLZip/pclzip.lib.php 2 locations

@@ 392-400 (lines=9) @@
389
             ,PCLZIP_ATT_FILE_CONTENT => 'optional'
390
             ,PCLZIP_ATT_FILE_COMMENT => 'optional'
391
						);
392
    foreach ($v_att_list as $v_entry) {
393
      $v_result = $this->privFileDescrParseAtt($v_entry,
394
                                               $v_filedescr_list[],
395
                                               $v_options,
396
                                               $v_supported_attributes);
397
      if ($v_result != 1) {
398
        return 0;
399
      }
400
    }
401
402
    // ----- Expand the filelist (expand directories)
403
    $v_result = $this->privFileDescrExpand($v_filedescr_list, $v_options);
@@ 575-583 (lines=9) @@
572
             ,PCLZIP_ATT_FILE_CONTENT => 'optional'
573
             ,PCLZIP_ATT_FILE_COMMENT => 'optional'
574
						);
575
    foreach ($v_att_list as $v_entry) {
576
      $v_result = $this->privFileDescrParseAtt($v_entry,
577
                                               $v_filedescr_list[],
578
                                               $v_options,
579
                                               $v_supported_attributes);
580
      if ($v_result != 1) {
581
        return 0;
582
      }
583
    }
584
585
    // ----- Expand the filelist (expand directories)
586
    $v_result = $this->privFileDescrExpand($v_filedescr_list, $v_options);