@@ -17,7 +17,7 @@ |
||
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 |