Completed
Pull Request — master (#7162)
by
unknown
19:13 queued 05:17
created
tests/Doctrine/Tests/ORM/Functional/Ticket/GH7162Test.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Doctrine\Tests\ORM\Functional\Ticket;
5 5
 
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
      */
109 109
     public function removeChild(GH7162Child $child): void
110 110
     {
111
-        if (!$this->children->contains($child)) {
111
+        if ( ! $this->children->contains($child)) {
112 112
             return;
113 113
         }
114 114
 
Please login to merge, or discard this patch.