@@ -188,7 +188,6 @@ |
||
188 | 188 | |
189 | 189 | /** |
190 | 190 | * Assert that DateTimeFactoryException's are caught and rethrown as PersistenceException in __invoke() |
191 | - |
|
192 | 191 | * @throws PersistenceException |
193 | 192 | */ |
194 | 193 | public function testDateTimeFactoryFailureWillBeLoggedAndRethrownAsAPersistenceException(): void |
@@ -188,7 +188,7 @@ |
||
188 | 188 | $this->dispatchEvent($this->createErrorEvent(EntityEventName::DELETE_COLLECTION_ERROR, $e)); |
189 | 189 | } |
190 | 190 | |
191 | - return (int)$event->getParam('deleted_count', 0); |
|
191 | + return (int) $event->getParam('deleted_count', 0); |
|
192 | 192 | } |
193 | 193 | |
194 | 194 | /** |
@@ -123,7 +123,7 @@ |
||
123 | 123 | |
124 | 124 | $entityId = 'FOO123'; |
125 | 125 | |
126 | - $exceptionMessage = 'This is a test exception message for ' . __FUNCTION__; |
|
126 | + $exceptionMessage = 'This is a test exception message for ' . __FUNCTION__; |
|
127 | 127 | $exceptionCode = 123; |
128 | 128 | $exception = new QueryServiceException($exceptionMessage, $exceptionCode); |
129 | 129 |