@@ -40,7 +40,7 @@ |
||
40 | 40 | */ |
41 | 41 | public static function __callStatic(string $name, array $arguments): MessageBusInterface |
42 | 42 | { |
43 | - if (! array_key_exists(0, $arguments) || ! $arguments[0] instanceof ContainerInterface) { |
|
43 | + if (!array_key_exists(0, $arguments) || !$arguments[0] instanceof ContainerInterface) { |
|
44 | 44 | throw new InvalidArgumentException(sprintf( |
45 | 45 | 'The first argument must be of type %s', |
46 | 46 | ContainerInterface::class |
@@ -42,7 +42,7 @@ |
||
42 | 42 | $connection->close(); |
43 | 43 | } |
44 | 44 | |
45 | - if (! $entityManager->isOpen()) { |
|
45 | + if (!$entityManager->isOpen()) { |
|
46 | 46 | $this->managerRegistry->resetManager($this->entityManagerName); |
47 | 47 | } |
48 | 48 | } |