Completed
Pull Request — develop (#6743)
by Grégoire
65:46
created
tests/Doctrine/Tests/Models/Hydration/SimpleEntity.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\Hydration;
6 6
 
Please login to merge, or discard this patch.
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/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.