Code Duplication    Length = 9-10 lines in 2 locations

tests/PhpSpreadsheetTests/Functional/Enclosure.php 1 location

@@ 9-18 (lines=10) @@
6
7
class Enclosure extends AbstractFunctional
8
{
9
    public function providerFormats()
10
    {
11
        return [
12
            ['Html'],
13
            ['Xls'],
14
            ['Xlsx'],
15
            ['Ods'],
16
            ['Csv'],
17
        ];
18
    }
19
20
    /**
21
     * @dataProvider providerFormats

tests/PhpSpreadsheetTests/Functional/MergedCells.php 1 location

@@ 9-17 (lines=9) @@
6
7
class MergedCells extends AbstractFunctional
8
{
9
    public function providerFormats()
10
    {
11
        return [
12
            ['Html'],
13
            ['Xls'],
14
            ['Xlsx'],
15
            ['Ods'],
16
        ];
17
    }
18
19
    /**
20
     * @dataProvider providerFormats