Passed
Pull Request — 2.6 (#7566)
by
unknown
07:07
created
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC7561Test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -204,7 +204,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.