Failed Conditions
Pull Request — develop (#6600)
by Mike
62:56
created
tests/Doctrine/Tests/Models/CMS/CmsAddressDTO.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Doctrine\Tests\Models\CMS;
6 6
 
Please login to merge, or discard this patch.
tests/Doctrine/Tests/Models/CMS/CmsUser.php 2 patches
Indentation   +32 added lines, -32 removed lines patch added patch discarded remove patch
@@ -335,34 +335,34 @@  discard block
 block discarded – undo
335 335
             'entities'  => [
336 336
                 [
337 337
                 'fields'=> [
338
-                  [
338
+                    [
339 339
                     'name'      => 'id',
340 340
                     'column'    => 'id',
341
-                  ],
342
-                  [
341
+                    ],
342
+                    [
343 343
                     'name'      => 'name',
344 344
                     'column'    => 'name',
345
-                  ],
346
-                  [
345
+                    ],
346
+                    [
347 347
                     'name'      => 'status',
348 348
                     'column'    => 'status',
349
-                  ],
350
-                  [
349
+                    ],
350
+                    [
351 351
                     'name'      => 'address.zip',
352 352
                     'column'    => 'zip',
353
-                  ],
354
-                  [
353
+                    ],
354
+                    [
355 355
                     'name'      => 'address.city',
356 356
                     'column'    => 'city',
357
-                  ],
358
-                  [
357
+                    ],
358
+                    [
359 359
                     'name'      => 'address.country',
360 360
                     'column'    => 'country',
361
-                  ],
362
-                  [
361
+                    ],
362
+                    [
363 363
                     'name'      => 'address.id',
364 364
                     'column'    => 'a_id',
365
-                  ],
365
+                    ],
366 366
                 ],
367 367
                 'entityClass'           => '__CLASS__',
368 368
                 'discriminatorColumn'   => null
@@ -378,22 +378,22 @@  discard block
 block discarded – undo
378 378
             'entities'  => [
379 379
                 [
380 380
                 'fields'=> [
381
-                  [
381
+                    [
382 382
                     'name'      => 'id',
383 383
                     'column'    => 'id',
384
-                  ],
385
-                  [
384
+                    ],
385
+                    [
386 386
                     'name'      => 'name',
387 387
                     'column'    => 'name',
388
-                  ],
389
-                  [
388
+                    ],
389
+                    [
390 390
                     'name'      => 'status',
391 391
                     'column'    => 'status',
392
-                  ],
393
-                  [
392
+                    ],
393
+                    [
394 394
                     'name'      => 'phonenumbers.phonenumber',
395 395
                     'column'    => 'number',
396
-                  ],
396
+                    ],
397 397
                 ],
398 398
                 'entityClass'   => CmsUser::class,
399 399
                 'discriminatorColumn'   => null
@@ -407,29 +407,29 @@  discard block
 block discarded – undo
407 407
             'name'      => 'mappingUserPhonenumberCount',
408 408
             'columns'   => [],
409 409
             'entities'  => [
410
-              [
410
+                [
411 411
                 'fields' => [
412
-                  [
412
+                    [
413 413
                     'name'      => 'id',
414 414
                     'column'    => 'id',
415
-                  ],
416
-                  [
415
+                    ],
416
+                    [
417 417
                     'name'      => 'name',
418 418
                     'column'    => 'name',
419
-                  ],
420
-                  [
419
+                    ],
420
+                    [
421 421
                     'name'      => 'status',
422 422
                     'column'    => 'status',
423
-                  ]
423
+                    ]
424 424
                 ],
425 425
                 'entityClass'   => CmsUser::class,
426 426
                 'discriminatorColumn'   => null
427
-              ]
427
+                ]
428 428
             ],
429 429
             'columns' => [
430
-                  [
430
+                    [
431 431
                     'name' => 'numphones',
432
-                  ]
432
+                    ]
433 433
             ]
434 434
             ]
435 435
         );
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Doctrine\Tests\Models\CMS;
6 6
 
Please login to merge, or discard this patch.
tests/Doctrine/Tests/Models/CustomType/CustomIdObjectTypeParent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Doctrine\Tests\Models\CustomType;
6 6
 
Please login to merge, or discard this patch.
tests/Doctrine/Tests/Models/MixedToOneIdentity/Country.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Doctrine\Tests\Models\MixedToOneIdentity;
6 6
 
Please login to merge, or discard this patch.
tests/Doctrine/Tests/Models/DDC889/DDC889Class.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Doctrine\Tests\Models\DDC889;
6 6
 
Please login to merge, or discard this patch.
tests/Doctrine/Tests/Models/Cache/City.php 2 patches
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -34,16 +34,16 @@
 block discarded – undo
34 34
      */
35 35
     protected $state;
36 36
 
37
-     /**
38
-     * @ORM\ManyToMany(targetEntity="Travel", mappedBy="visitedCities")
39
-     */
37
+        /**
38
+         * @ORM\ManyToMany(targetEntity="Travel", mappedBy="visitedCities")
39
+         */
40 40
     public $travels;
41 41
 
42
-     /**
43
-     * @ORM\Cache
44
-     * @ORM\OrderBy({"name" = "ASC"})
45
-     * @ORM\OneToMany(targetEntity="Attraction", mappedBy="city")
46
-     */
42
+        /**
43
+         * @ORM\Cache
44
+         * @ORM\OrderBy({"name" = "ASC"})
45
+         * @ORM\OneToMany(targetEntity="Attraction", mappedBy="city")
46
+         */
47 47
     public $attractions;
48 48
 
49 49
     public function __construct($name, State $state = null)
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Doctrine\Tests\Models\Cache;
6 6
 
@@ -106,6 +106,6 @@  discard block
 block discarded – undo
106 106
 
107 107
     public static function loadMetadata(Mapping\ClassMetadata $metadata)
108 108
     {
109
-        include __DIR__ . '/../../ORM/Mapping/php/Doctrine.Tests.Models.Cache.City.php';
109
+        include __DIR__.'/../../ORM/Mapping/php/Doctrine.Tests.Models.Cache.City.php';
110 110
     }
111 111
 }
Please login to merge, or discard this patch.
tests/Doctrine/Tests/Models/Cache/State.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Doctrine\Tests\Models\Cache;
6 6
 
Please login to merge, or discard this patch.
tests/Doctrine/Tests/Models/Cache/Traveler.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      * @ORM\Cache
39 39
      * @ORM\OneToOne(targetEntity="TravelerProfile")
40 40
      */
41
-     protected $profile;
41
+        protected $profile;
42 42
 
43 43
     /**
44 44
      * @param string $name
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Doctrine\Tests\Models\Cache;
6 6
 
Please login to merge, or discard this patch.
tests/Doctrine/Tests/Models/Pagination/Company.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Doctrine\Tests\Models\Pagination;
6 6
 
Please login to merge, or discard this patch.