Skip to content

Commit 316fe82

Browse files
authored
Merge pull request #247 from andreaswolf/main-2
[BUGFIX] Use spaces instead of tabs in code sample diff
2 parents 5a67c6a + 36d4804 commit 316fe82

File tree

1 file changed

+48
-48
lines changed

1 file changed

+48
-48
lines changed

packages/typo3-fractor/rules/TYPO3v12/FlexForm/MigrateItemsIndexedKeysToAssociativeFractor.php

+48-48
Original file line numberDiff line numberDiff line change
@@ -44,30 +44,30 @@ public function getRuleDefinition(): RuleDefinition
4444
<sheetTitle>Sheet Title</sheetTitle>
4545
<type>array</type>
4646
<el>
47-
<selectSingleColumn>
48-
<config>
49-
<type>select</type>
50-
<renderType>selectSingle</renderType>
51-
<items type="array">
52-
<numIndex index="0" type="array">
53-
<numIndex index="0"/>
54-
<numIndex index="1"/>
55-
</numIndex>
56-
<numIndex index="1" type="array">
57-
<numIndex index="0">Label 1</numIndex>
58-
<numIndex index="1">1</numIndex>
59-
</numIndex>
60-
<numIndex index="2" type="array">
61-
<numIndex index="0">Label 2</numIndex>
62-
<numIndex index="1">2</numIndex>
63-
</numIndex>
64-
<numIndex index="3" type="array">
65-
<numIndex index="0">Label 3</numIndex>
66-
<numIndex index="1">3</numIndex>
67-
</numIndex>
68-
</items>
69-
</config>
70-
</selectSingleColumn>
47+
<selectSingleColumn>
48+
<config>
49+
<type>select</type>
50+
<renderType>selectSingle</renderType>
51+
<items type="array">
52+
<numIndex index="0" type="array">
53+
<numIndex index="0"/>
54+
<numIndex index="1"/>
55+
</numIndex>
56+
<numIndex index="1" type="array">
57+
<numIndex index="0">Label 1</numIndex>
58+
<numIndex index="1">1</numIndex>
59+
</numIndex>
60+
<numIndex index="2" type="array">
61+
<numIndex index="0">Label 2</numIndex>
62+
<numIndex index="1">2</numIndex>
63+
</numIndex>
64+
<numIndex index="3" type="array">
65+
<numIndex index="0">Label 3</numIndex>
66+
<numIndex index="1">3</numIndex>
67+
</numIndex>
68+
</items>
69+
</config>
70+
</selectSingleColumn>
7171
</el>
7272
</ROOT>
7373
</sDEF>
@@ -83,30 +83,30 @@ public function getRuleDefinition(): RuleDefinition
8383
<sheetTitle>Sheet Title</sheetTitle>
8484
<type>array</type>
8585
<el>
86-
<selectSingleColumn>
87-
<config>
88-
<type>select</type>
89-
<renderType>selectSingle</renderType>
90-
<items type="array">
91-
<numIndex index="0" type="array">
92-
<label/>
93-
<value/>
94-
</numIndex>
95-
<numIndex index="1" type="array">
96-
<label>Label 1</label>
97-
<value>1</value>
98-
</numIndex>
99-
<numIndex index="2" type="array">
100-
<label>Label 2</label>
101-
<value>2</value>
102-
</numIndex>
103-
<numIndex index="3" type="array">
104-
<label>Label 3</label>
105-
<value>3</value>
106-
</numIndex>
107-
</items>
108-
</config>
109-
</selectSingleColumn>
86+
<selectSingleColumn>
87+
<config>
88+
<type>select</type>
89+
<renderType>selectSingle</renderType>
90+
<items type="array">
91+
<numIndex index="0" type="array">
92+
<label/>
93+
<value/>
94+
</numIndex>
95+
<numIndex index="1" type="array">
96+
<label>Label 1</label>
97+
<value>1</value>
98+
</numIndex>
99+
<numIndex index="2" type="array">
100+
<label>Label 2</label>
101+
<value>2</value>
102+
</numIndex>
103+
<numIndex index="3" type="array">
104+
<label>Label 3</label>
105+
<value>3</value>
106+
</numIndex>
107+
</items>
108+
</config>
109+
</selectSingleColumn>
110110
</el>
111111
</ROOT>
112112
</sDEF>

0 commit comments

Comments
 (0)