Explorar o código

Apply minor styling fix.

Daniele Alessandri %!s(int64=9) %!d(string=hai) anos
pai
achega
9bb5a1c71f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/Connection/Aggregate/MasterSlaveReplication.php

+ 1 - 0
src/Connection/Aggregate/MasterSlaveReplication.php

@@ -158,6 +158,7 @@ class MasterSlaveReplication implements ReplicationInterface
         if (!$connection instanceof NodeConnectionInterface) {
             $connection = $this->getConnectionById($connection);
         }
+
         if ($connection !== $this->master && !in_array($connection, $this->slaves, true)) {
             throw new \InvalidArgumentException('Invalid connection or connection not found.');
         }