Failed Conditions
Pull Request — develop (#6599)
by Michael
131:05 queued 63:47
created
tests/Doctrine/Tests/Models/DDC1476/DDC1476EntityWithDefaultFieldType.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\DDC1476;
6 6
 
Please login to merge, or discard this patch.
tests/Doctrine/Tests/Models/DDC2504/DDC2504ChildClass.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\DDC2504;
6 6
 
Please login to merge, or discard this patch.
tests/Doctrine/Tests/Models/JoinedInheritanceType/ChildClass.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\JoinedInheritanceType;
6 6
 
Please login to merge, or discard this patch.
tests/Doctrine/Tests/Models/Navigation/NavPointOfInterest.php 2 patches
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -34,16 +34,16 @@
 block discarded – undo
34 34
      */
35 35
     private $country;
36 36
 
37
-     /**
38
-      * @ORM\ManyToMany(targetEntity="NavUser", cascade={"persist"})
39
-      * @ORM\JoinTable(name="navigation_pois_visitors",
40
-      *      inverseJoinColumns={@ORM\JoinColumn(name="user_id", referencedColumnName="id")},
41
-      *      joinColumns={
42
-      *          @ORM\JoinColumn(name="poi_long", referencedColumnName="nav_long"),
43
-      *          @ORM\JoinColumn(name="poi_lat", referencedColumnName="nav_lat")
44
-      *      }
45
-      * )
46
-      */
37
+        /**
38
+         * @ORM\ManyToMany(targetEntity="NavUser", cascade={"persist"})
39
+         * @ORM\JoinTable(name="navigation_pois_visitors",
40
+         *      inverseJoinColumns={@ORM\JoinColumn(name="user_id", referencedColumnName="id")},
41
+         *      joinColumns={
42
+         *          @ORM\JoinColumn(name="poi_long", referencedColumnName="nav_long"),
43
+         *          @ORM\JoinColumn(name="poi_lat", referencedColumnName="nav_lat")
44
+         *      }
45
+         * )
46
+         */
47 47
     private $visitors;
48 48
 
49 49
     public function __construct($lat, $long, $name, $country)
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\Navigation;
6 6
 
Please login to merge, or discard this patch.
tests/Doctrine/Tests/Models/DDC3346/DDC3346Article.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\DDC3346;
6 6
 
Please login to merge, or discard this patch.
tests/Doctrine/Tests/Models/Generic/BooleanModel.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\Generic;
6 6
 
Please login to merge, or discard this patch.
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.