104. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2024-03-04 14:38:48 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

104.1 Files compared

#LocationFileLast Modified
1/Users/coca/Documents/www/Porto v4.0.2/Theme Files/Magento 2.x/Porto Theme v4.0.7/app/code/Smartwave/Porto/Model/Config/Settings/HeaderType.php2023-02-15 08:52:39 +0000
2/Users/coca/Documents/www/Porto v4.0.2/Theme Files/Magento 2.x/Porto Theme v4.0.8/app/code/Smartwave/Porto/Model/Config/Settings/HeaderType.php2024-02-25 03:40:01 +0000

104.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged3130
Changed28
Inserted00
Removed00

104.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

104.4 Active regular expressions

No regular expressions were active.

104.5 Comparison detail

1 <?php 1 <?php
2 namespace Smartwave\Porto\Model\Config\Settings\Header; 2 namespace Smartwave\Porto\Model\Config\Settings\Header;
3  3 
4 class Type implements \Magento\Framework\Option\ArrayInterface 4 class Type implements \Magento\Framework\Option\ArrayInterface
5 { 5 {
6     public function toOptionArray() 6     public function toOptionArray()
7     { 7     {
8         return [ 8         return [
9             ['value' => '1', 'label' => __('Type 1')], 9             ['value' => '1', 'label' => __('Type 1')],
10             ['value' => '2', 'label' => __('Type 2')], 10             ['value' => '2', 'label' => __('Type 2')],
11             ['value' => '3', 'label' => __('Type 3')], 11             ['value' => '3', 'label' => __('Type 3')],
12             ['value' => '4', 'label' => __('Type 4')], 12             ['value' => '4', 'label' => __('Type 4')],
13             ['value' => '5', 'label' => __('Type 5')], 13             ['value' => '5', 'label' => __('Type 5')],
14             ['value' => '6', 'label' => __('Type 6')], 14             ['value' => '6', 'label' => __('Type 6')],
15             ['value' => '7', 'label' => __('Type 7')], 15             ['value' => '7', 'label' => __('Type 7')],
16             ['value' => '8', 'label' => __('Type 8')], 16             ['value' => '8', 'label' => __('Type 8')],
17             ['value' => '9', 'label' => __('Type 9')], 17             ['value' => '9', 'label' => __('Type 9')],
18             ['value' => '10', 'label' => __('Type 10')], 18             ['value' => '10', 'label' => __('Type 10')],
19             ['value' => '11', 'label' => __('Type 11')], 19             ['value' => '11', 'label' => __('Type 11')],
20             ['value' => '12', 'label' => __('Type 12')], 20             ['value' => '12', 'label' => __('Type 12')],
21             ['value' => '13', 'label' => __('Type 13')], 21             ['value' => '13', 'label' => __('Type 13')],
22             ['value' => '14', 'label' => __('Type 14')], 22             ['value' => '14', 'label' => __('Type 14')],
23             ['value' => '15', 'label' => __('Type 15')], 23             ['value' => '15', 'label' => __('Type 15')],
24             ['value' => '16', 'label' => __('Type 16')], 24             ['value' => '16', 'label' => __('Type 16')],
25             ['value' => '17', 'label' => __('Type 17')], 25             ['value' => '17', 'label' => __('Type 17')],
26             ['value' => '18', 'label' => __('Type 18')], 26             ['value' => '18', 'label' => __('Type 18')],
27             ['value' => '19', 'label' => __('Type 19')], 27             ['value' => '19', 'label' => __('Type 19')],
28             ['value' => '20', 'label' => __('Type 20')], 28             ['value' => '20', 'label' => __('Type 20')],
29             ['value' => '21', 'label' => __('Type 21')], 29             ['value' => '21', 'label' => __('Type 21')],
30             ['value' => '22', 'label' => __('Type 22')], 30             ['value' => '22', 'label' => __('Type 22')],
31             ['value' => '23', 'label' => __('Type 23')], 31             ['value' => '23', 'label' => __('Type 23')],
32             ['value' => '24', 'label' => __('Type 24')], 32             ['value' => '24', 'label' => __('Type 24')],
33             ['value' => '25', 'label' => __('Type 25')]
 33             ['value' => '25', 'label' => __('Type 25')],
    34             ['value' => '26', 'label' => __('Type 26')],
    35             ['value' => '27', 'label' => __('Type 27')]
34         ]; 36         ];
35     } 37     }
36  38 
37     public function toArray() 39     public function toArray()
38     { 40     {
39         return [ 41         return [
40             '1' => __('Type 1'), 42             '1' => __('Type 1'),
41             '2' => __('Type 2'), 43             '2' => __('Type 2'),
42             '3' => __('Type 3'), 44             '3' => __('Type 3'),
43             '4' => __('Type 4'), 45             '4' => __('Type 4'),
44             '5' => __('Type 5'), 46             '5' => __('Type 5'),
45             '6' => __('Type 6'), 47             '6' => __('Type 6'),
46             '7' => __('Type 7'), 48             '7' => __('Type 7'),
47             '8' => __('Type 8'), 49             '8' => __('Type 8'),
48             '9' => __('Type 9'), 50             '9' => __('Type 9'),
49             '10' => __('Type 10'), 51             '10' => __('Type 10'),
50             '11' => __('Type 11'), 52             '11' => __('Type 11'),
51             '12' => __('Type 12'), 53             '12' => __('Type 12'),
52             '13' => __('Type 13'), 54             '13' => __('Type 13'),
53             '14' => __('Type 14'), 55             '14' => __('Type 14'),
54             '15' => __('Type 15'), 56             '15' => __('Type 15'),
55             '16' => __('Type 16'), 57             '16' => __('Type 16'),
56             '17' => __('Type 17'), 58             '17' => __('Type 17'),
57             '18' => __('Type 18'), 59             '18' => __('Type 18'),
58             '19' => __('Type 19'), 60             '19' => __('Type 19'),
59             '20' => __('Type 20'), 61             '20' => __('Type 20'),
60             '21' => __('Type 21'), 62             '21' => __('Type 21'),
61             '22' => __('Type 22'), 63             '22' => __('Type 22'),
62             '23' => __('Type 23'), 64             '23' => __('Type 23'),
63             '24' => __('Type 24'), 65             '24' => __('Type 24'),
64             '25' => __('Type 25')
 66             '25' => __('Type 25'),
    67             '26' => __('Type 26'),
    68             '27' => __('Type 27')
65         ]; 69         ];
66     } 70     }
67 } 71 }