@@ -204,7 +204,7 @@ |
||
204 | 204 | */ |
205 | 205 | public function convertToDatabaseValue($value, AbstractPlatform $platform): string |
206 | 206 | { |
207 | - if (!$value instanceof DDC7561ConfirmationStatus) { |
|
207 | + if ( ! $value instanceof DDC7561ConfirmationStatus) { |
|
208 | 208 | throw new ConversionException(\sprintf( |
209 | 209 | 'Value must be instance of "%s", instance "%s" given', |
210 | 210 | DDC7561ConfirmationStatus::class, |