Completed
Pull Request — master (#7709)
by
unknown
09:31
created
tests/Doctrine/Tests/ORM/Functional/Ticket/GH7708Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 
20 20
     protected function getEntityManager()
21 21
     {
22
-        if (!$this->entityManager) {
22
+        if ( ! $this->entityManager) {
23 23
             $regionsConfig = new RegionsConfiguration();
24 24
 
25 25
             $cacheDriver = new GH7708ArrayCacheMock();
Please login to merge, or discard this patch.