Completed
Pull Request — 2.6 (#7684)
by Robert den
06:31
created
tests/Doctrine/Tests/ORM/Functional/Ticket/GH7684Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 {
18 18
     public function testIssue() : void
19 19
     {
20
-        if (!$this->_em->getConnection()->getDatabasePlatform()->supportsForeignKeyConstraints()) {
20
+        if ( ! $this->_em->getConnection()->getDatabasePlatform()->supportsForeignKeyConstraints()) {
21 21
             $this->markTestSkipped('Platform does not support foreign keys.');
22 22
         }
23 23
 
Please login to merge, or discard this patch.