File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Test/Unit/Model/Converter Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ public function toModel(RuleDataModel $dataModel)
206
206
207
207
/**
208
208
* Convert date to ISO8601
209
- *
209
+ *
210
210
* @param string|null $date
211
211
* @return string|null
212
212
*/
Original file line number Diff line number Diff line change @@ -173,10 +173,10 @@ public function testToModel()
173
173
->method ('getData ' )
174
174
->willReturn (['data_1 ' =>1 ]);
175
175
176
- $ this ->dataObjectProcessor
177
- ->expects ($ this ->any ())
178
- ->method ('buildOutputDataArray ' )
179
- ->willReturn (['data_2 ' =>2 ]);
176
+ $ this ->dataObjectProcessor
177
+ ->expects ($ this ->any ())
178
+ ->method ('buildOutputDataArray ' )
179
+ ->willReturn (['data_2 ' =>2 ]);
180
180
181
181
$ this ->ruleFactory
182
182
->expects ($ this ->any ())
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ define([
147
147
* @param {Object } data - Selections data.
148
148
*/
149
149
defaultCallback : function ( action , data ) {
150
- var itemsType = ( data . excludeMode && data . excluded . length !== 0 ) ? 'excluded' : 'selected' ,
150
+ var itemsType = data . excludeMode && data . excluded . length !== 0 ? 'excluded' : 'selected' ,
151
151
selections = { } ;
152
152
153
153
selections [ itemsType ] = data [ itemsType ] ;
You can’t perform that action at this time.
0 commit comments