Passed
Push — master ( fc14ff...049ae2 )
by
unknown
01:15 queued 13s
created
example/out/UserTransfer.php 1 patch
Indentation   +30 added lines, -30 removed lines patch added patch discarded remove patch
@@ -116,66 +116,66 @@
 block discarded – undo
116 116
     protected static function attributesMetadata(): array
117 117
     {
118 118
         return array (
119
-          'username' =>
120
-          array (
119
+            'username' =>
120
+            array (
121 121
             'type' =>
122 122
             array (
123
-              0 => 'string',
124
-              1 => 'int',
125
-              2 => 'null',
123
+                0 => 'string',
124
+                1 => 'int',
125
+                2 => 'null',
126 126
             ),
127 127
             'required' => false,
128 128
             'actionName' => 'username',
129
-          ),
130
-          'books' =>
131
-          array (
129
+            ),
130
+            'books' =>
131
+            array (
132 132
             'type' =>
133 133
             array (
134
-              0 => 'iterable',
135
-              1 => 'null',
134
+                0 => 'iterable',
135
+                1 => 'null',
136 136
             ),
137 137
             'required' => false,
138 138
             'actionName' => 'books',
139
-          ),
140
-          'first_name' =>
141
-          array (
139
+            ),
140
+            'first_name' =>
141
+            array (
142 142
             'type' =>
143 143
             array (
144
-              0 => 'string',
145
-              1 => 'int',
144
+                0 => 'string',
145
+                1 => 'int',
146 146
             ),
147 147
             'required' => true,
148 148
             'actionName' => 'firstName',
149
-          ),
150
-          'updatedAt' =>
151
-          array (
149
+            ),
150
+            'updatedAt' =>
151
+            array (
152 152
             'type' =>
153 153
             array (
154
-              0 => 'DateTimeInterface',
155
-              1 => 'null',
154
+                0 => 'DateTimeInterface',
155
+                1 => 'null',
156 156
             ),
157 157
             'required' => false,
158 158
             'actionName' => 'updatedAt',
159
-          ),
160
-          'someclass' =>
161
-          array (
159
+            ),
160
+            'someclass' =>
161
+            array (
162 162
             'type' =>
163 163
             array (
164
-              0 => 'Micro\\Library\\DTO\\Object\\AbstractDto',
165
-              1 => 'null',
164
+                0 => 'Micro\\Library\\DTO\\Object\\AbstractDto',
165
+                1 => 'null',
166 166
             ),
167 167
             'required' => false,
168 168
             'actionName' => 'someclass',
169
-          ),
170
-          'testMixed' =>
171
-          array (
169
+            ),
170
+            'testMixed' =>
171
+            array (
172 172
             'type' =>
173 173
             array (
174
-              0 => 'mixed',
174
+                0 => 'mixed',
175 175
             ),
176 176
             'required' => false,
177 177
             'actionName' => 'testMixed',
178
-          ),
178
+            ),
179 179
         );
180 180
     }
181 181
 }
Please login to merge, or discard this patch.
example/out/Simple/SimpleObjectTransfer.php 1 patch
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -59,36 +59,36 @@
 block discarded – undo
59 59
     protected static function attributesMetadata(): array
60 60
     {
61 61
         return array (
62
-          'weight' =>
63
-          array (
62
+            'weight' =>
63
+            array (
64 64
             'type' =>
65 65
             array (
66
-              0 => 'int',
67
-              1 => 'null',
66
+                0 => 'int',
67
+                1 => 'null',
68 68
             ),
69 69
             'required' => false,
70 70
             'actionName' => 'weight',
71
-          ),
72
-          'height' =>
73
-          array (
71
+            ),
72
+            'height' =>
73
+            array (
74 74
             'type' =>
75 75
             array (
76
-              0 => 'int',
77
-              1 => 'null',
76
+                0 => 'int',
77
+                1 => 'null',
78 78
             ),
79 79
             'required' => false,
80 80
             'actionName' => 'height',
81
-          ),
82
-          'parent' =>
83
-          array (
81
+            ),
82
+            'parent' =>
83
+            array (
84 84
             'type' =>
85 85
             array (
86
-              0 => 'Transfer\\Simple\\SimpleObjectTransfer',
87
-              1 => 'null',
86
+                0 => 'Transfer\\Simple\\SimpleObjectTransfer',
87
+                1 => 'null',
88 88
             ),
89 89
             'required' => false,
90 90
             'actionName' => 'parent',
91
-          ),
91
+            ),
92 92
         );
93 93
     }
94 94
 }
Please login to merge, or discard this patch.
example/out/Simple/SimpleUserTransfer.php 1 patch
Indentation   +100 added lines, -100 removed lines patch added patch discarded remove patch
@@ -327,206 +327,206 @@
 block discarded – undo
327 327
     protected static function attributesMetadata(): array
328 328
     {
329 329
         return array (
330
-          'parent' =>
331
-          array (
330
+            'parent' =>
331
+            array (
332 332
             'type' =>
333 333
             array (
334
-              0 => 'Transfer\\Simple\\SimpleObjectTransfer',
335
-              1 => 'null',
334
+                0 => 'Transfer\\Simple\\SimpleObjectTransfer',
335
+                1 => 'null',
336 336
             ),
337 337
             'required' => false,
338 338
             'actionName' => 'parent',
339
-          ),
340
-          'username' =>
341
-          array (
339
+            ),
340
+            'username' =>
341
+            array (
342 342
             'type' =>
343 343
             array (
344
-              0 => 'string',
345
-              1 => 'null',
344
+                0 => 'string',
345
+                1 => 'null',
346 346
             ),
347 347
             'required' => false,
348 348
             'actionName' => 'username',
349
-          ),
350
-          'age' =>
351
-          array (
349
+            ),
350
+            'age' =>
351
+            array (
352 352
             'type' =>
353 353
             array (
354
-              0 => 'int',
355
-              1 => 'null',
354
+                0 => 'int',
355
+                1 => 'null',
356 356
             ),
357 357
             'required' => false,
358 358
             'actionName' => 'age',
359
-          ),
360
-          'email' =>
361
-          array (
359
+            ),
360
+            'email' =>
361
+            array (
362 362
             'type' =>
363 363
             array (
364
-              0 => 'string',
365
-              1 => 'null',
364
+                0 => 'string',
365
+                1 => 'null',
366 366
             ),
367 367
             'required' => false,
368 368
             'actionName' => 'email',
369
-          ),
370
-          'ip' =>
371
-          array (
369
+            ),
370
+            'ip' =>
371
+            array (
372 372
             'type' =>
373 373
             array (
374
-              0 => 'string',
375
-              1 => 'null',
374
+                0 => 'string',
375
+                1 => 'null',
376 376
             ),
377 377
             'required' => false,
378 378
             'actionName' => 'ip',
379
-          ),
380
-          'hostname' =>
381
-          array (
379
+            ),
380
+            'hostname' =>
381
+            array (
382 382
             'type' =>
383 383
             array (
384
-              0 => 'string',
385
-              1 => 'null',
384
+                0 => 'string',
385
+                1 => 'null',
386 386
             ),
387 387
             'required' => false,
388 388
             'actionName' => 'hostname',
389
-          ),
390
-          'sometext' =>
391
-          array (
389
+            ),
390
+            'sometext' =>
391
+            array (
392 392
             'type' =>
393 393
             array (
394
-              0 => 'string',
395
-              1 => 'null',
394
+                0 => 'string',
395
+                1 => 'null',
396 396
             ),
397 397
             'required' => false,
398 398
             'actionName' => 'sometext',
399
-          ),
400
-          'url' =>
401
-          array (
399
+            ),
400
+            'url' =>
401
+            array (
402 402
             'type' =>
403 403
             array (
404
-              0 => 'string',
405
-              1 => 'null',
404
+                0 => 'string',
405
+                1 => 'null',
406 406
             ),
407 407
             'required' => false,
408 408
             'actionName' => 'url',
409
-          ),
410
-          'json' =>
411
-          array (
409
+            ),
410
+            'json' =>
411
+            array (
412 412
             'type' =>
413 413
             array (
414
-              0 => 'string',
415
-              1 => 'null',
414
+                0 => 'string',
415
+                1 => 'null',
416 416
             ),
417 417
             'required' => false,
418 418
             'actionName' => 'json',
419
-          ),
420
-          'uuid' =>
421
-          array (
419
+            ),
420
+            'uuid' =>
421
+            array (
422 422
             'type' =>
423 423
             array (
424
-              0 => 'string',
425
-              1 => 'null',
424
+                0 => 'string',
425
+                1 => 'null',
426 426
             ),
427 427
             'required' => false,
428 428
             'actionName' => 'uuid',
429
-          ),
430
-          'created_at' =>
431
-          array (
429
+            ),
430
+            'created_at' =>
431
+            array (
432 432
             'type' =>
433 433
             array (
434
-              0 => 'string',
435
-              1 => 'null',
434
+                0 => 'string',
435
+                1 => 'null',
436 436
             ),
437 437
             'required' => false,
438 438
             'actionName' => 'createdAt',
439
-          ),
440
-          'updated_at' =>
441
-          array (
439
+            ),
440
+            'updated_at' =>
441
+            array (
442 442
             'type' =>
443 443
             array (
444
-              0 => 'string',
445
-              1 => 'null',
444
+                0 => 'string',
445
+                1 => 'null',
446 446
             ),
447 447
             'required' => false,
448 448
             'actionName' => 'updatedAt',
449
-          ),
450
-          'timezone' =>
451
-          array (
449
+            ),
450
+            'timezone' =>
451
+            array (
452 452
             'type' =>
453 453
             array (
454
-              0 => 'string',
455
-              1 => 'null',
454
+                0 => 'string',
455
+                1 => 'null',
456 456
             ),
457 457
             'required' => false,
458 458
             'actionName' => 'timezone',
459
-          ),
460
-          'card_scheme' =>
461
-          array (
459
+            ),
460
+            'card_scheme' =>
461
+            array (
462 462
             'type' =>
463 463
             array (
464
-              0 => 'string',
465
-              1 => 'null',
464
+                0 => 'string',
465
+                1 => 'null',
466 466
             ),
467 467
             'required' => false,
468 468
             'actionName' => 'cardScheme',
469
-          ),
470
-          'bic' =>
471
-          array (
469
+            ),
470
+            'bic' =>
471
+            array (
472 472
             'type' =>
473 473
             array (
474
-              0 => 'string',
475
-              1 => 'null',
474
+                0 => 'string',
475
+                1 => 'null',
476 476
             ),
477 477
             'required' => false,
478 478
             'actionName' => 'bic',
479
-          ),
480
-          'currency' =>
481
-          array (
479
+            ),
480
+            'currency' =>
481
+            array (
482 482
             'type' =>
483 483
             array (
484
-              0 => 'string',
485
-              1 => 'null',
484
+                0 => 'string',
485
+                1 => 'null',
486 486
             ),
487 487
             'required' => false,
488 488
             'actionName' => 'currency',
489
-          ),
490
-          'iban' =>
491
-          array (
489
+            ),
490
+            'iban' =>
491
+            array (
492 492
             'type' =>
493 493
             array (
494
-              0 => 'string',
495
-              1 => 'null',
494
+                0 => 'string',
495
+                1 => 'null',
496 496
             ),
497 497
             'required' => false,
498 498
             'actionName' => 'iban',
499
-          ),
500
-          'isbn' =>
501
-          array (
499
+            ),
500
+            'isbn' =>
501
+            array (
502 502
             'type' =>
503 503
             array (
504
-              0 => 'string',
505
-              1 => 'null',
504
+                0 => 'string',
505
+                1 => 'null',
506 506
             ),
507 507
             'required' => false,
508 508
             'actionName' => 'isbn',
509
-          ),
510
-          'issn' =>
511
-          array (
509
+            ),
510
+            'issn' =>
511
+            array (
512 512
             'type' =>
513 513
             array (
514
-              0 => 'string',
515
-              1 => 'null',
514
+                0 => 'string',
515
+                1 => 'null',
516 516
             ),
517 517
             'required' => false,
518 518
             'actionName' => 'issn',
519
-          ),
520
-          'isin' =>
521
-          array (
519
+            ),
520
+            'isin' =>
521
+            array (
522 522
             'type' =>
523 523
             array (
524
-              0 => 'string',
525
-              1 => 'null',
524
+                0 => 'string',
525
+                1 => 'null',
526 526
             ),
527 527
             'required' => false,
528 528
             'actionName' => 'isin',
529
-          ),
529
+            ),
530 530
         );
531 531
     }
532 532
 }
Please login to merge, or discard this patch.