Completed
Pull Request — master (#7046)
by Gabriel
12:18
created
tests/Doctrine/Tests/Models/ManyToManyPersister/OtherParentClass.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\ManyToManyPersister;
6 6
 
Please login to merge, or discard this patch.
tests/Doctrine/Tests/Models/ManyToManyPersister/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\ManyToManyPersister;
6 6
 
Please login to merge, or discard this patch.
Performance/Hydration/MixedQueryFetchJoinArrayHydrationPerformanceBench.php 1 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\Performance\Hydration;
6 6
 
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
                 'u__status'      => 'developer',
70 70
                 'u__username'    => 'jwage',
71 71
                 'u__name'        => 'Jonathan',
72
-                'sclr0'          => 'JWAGE' . $i,
72
+                'sclr0'          => 'JWAGE'.$i,
73 73
                 'p__phonenumber' => '91',
74 74
             ];
75 75
         }
Please login to merge, or discard this patch.