Failed Conditions
Pull Request — master (#7046)
by Gabriel
05:33
created
tests/Doctrine/Tests/Models/Quote/Group.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\Tests\Models\Quote;
6 6
 
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
      */
38 38
     public $users;
39 39
 
40
-    public function __construct($name = null, ?Group $parent =  null)
40
+    public function __construct($name = null, ?Group $parent = null)
41 41
     {
42 42
         $this->name   = $name;
43 43
         $this->parent = $parent;
Please login to merge, or discard this patch.
tests/Doctrine/Tests/Models/DDC3231/DDC3231EntityRepository.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\DDC3231;
6 6
 use Doctrine\ORM\EntityRepository;
Please login to merge, or discard this patch.