@@ -842,7 +842,7 @@ |
||
842 | 842 | ); |
843 | 843 | } elseif ($conn instanceof Connection) { |
844 | 844 | if ($eventManager !== null && $conn->getEventManager() !== $eventManager) { |
845 | - throw ORMException::mismatchedEventManager(); |
|
845 | + throw ORMException::mismatchedEventManager(); |
|
846 | 846 | } |
847 | 847 | } else { |
848 | 848 | throw new \InvalidArgumentException("Invalid argument: " . $conn); |