Failed Conditions
Pull Request — master (#6796)
by
unknown
22:46
created
tests/Doctrine/Tests/Models/DDC6786/EndpointServerConfig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
     public function setServer(Server $server = null)
94 94
     {
95 95
 
96
-        if(! $server || ! $server->getName()) {
96
+        if ( ! $server || ! $server->getName()) {
97 97
             $server = null;
98 98
         }
99 99
         $this->server = $server;
Please login to merge, or discard this patch.
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC6786Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
                     $this->_em->getClassMetadata(Endpoint::class),
22 22
                 ]
23 23
             );
24
-        } catch(\Exception $e) {
24
+        } catch (\Exception $e) {
25 25
         }
26 26
 
27 27
         $this->createFixtures();
Please login to merge, or discard this patch.