Passed
Push — develop ( f0e694...db2621 )
by Adrien
27:12
created
tests/data/Calculation/LookupRef/LOOKUP.php 1 patch
Spacing   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 return [
3 3
 
4
-    [ // Office reference example #1
4
+    [// Office reference example #1
5 5
         'orange',
6 6
         4.19,
7 7
         [
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
9 9
             [4.19],
10 10
             [5.17],
11 11
             [5.77],
12
-            [6,39],
12
+            [6, 39],
13 13
         ],
14 14
         [
15 15
             ['red'],
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
             ['blue'],
20 20
         ],
21 21
     ],
22
-    [ // Office reference example #2
22
+    [// Office reference example #2
23 23
         'yellow',
24 24
         5.75,
25 25
         [
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
             [4.19],
28 28
             [5.17],
29 29
             [5.77],
30
-            [6,39],
30
+            [6, 39],
31 31
         ],
32 32
         [
33 33
             ['red'],
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
             ['blue'],
38 38
         ],
39 39
     ],
40
-    [ // Office reference example #3
40
+    [// Office reference example #3
41 41
         'blue',
42 42
         7.66,
43 43
         [
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
             [4.19],
46 46
             [5.17],
47 47
             [5.77],
48
-            [6,39],
48
+            [6, 39],
49 49
         ],
50 50
         [
51 51
             ['red'],
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
             ['blue'],
56 56
         ],
57 57
     ],
58
-    [ // Office reference example #4
58
+    [// Office reference example #4
59 59
         '#N/A',
60 60
         0,
61 61
         [
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
             [4.19],
64 64
             [5.17],
65 65
             [5.77],
66
-            [6,39],
66
+            [6, 39],
67 67
         ],
68 68
         [
69 69
             ['red'],
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
         ],
75 75
     ],
76 76
 
77
-    [ // Array form test
77
+    [// Array form test
78 78
         'orange',
79 79
         4.2,
80 80
         [
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
             [4.19, 'orange'],
83 83
             [5.17, 'yellow'],
84 84
             [5.77, 'green'],
85
-            [6,39, 'blue'],
85
+            [6, 39, 'blue'],
86 86
         ]
87 87
     ],
88 88
 
Please login to merge, or discard this patch.