Passed
Push — refactoring ( 952aee...c92331 )
by Damien
02:08
created
src/Provider/Doctrine/DoctrineProvider.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
         return !(!\array_key_exists($class, $this->configuration->getEntities()))
151 151
             // no => $entity is not audited
152 152
 
153
-         ;
153
+            ;
154 154
     }
155 155
 
156 156
     /**
@@ -221,7 +221,7 @@  discard block
 block discarded – undo
221 221
             && \in_array($field, $entityOptions['ignored_columns'], true))
222 222
             // yes => $field is not audited
223 223
 
224
-         ;
224
+            ;
225 225
     }
226 226
 
227 227
     public function supportsStorage(): bool
Please login to merge, or discard this patch.
src/Provider/Doctrine/Persistence/Helper/PlatformHelper.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
         }
41 41
 
42 42
         return (bool) (!$mariadb && version_compare(self::getOracleMysqlVersionNumber($version), '5.7.7', '<'))
43
-         ;
43
+            ;
44 44
     }
45 45
 
46 46
     public static function getServerVersion(Connection $connection): ?string
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
             // @see https://mariadb.com/kb/en/json-data-type/
69 69
 
70 70
         // Assume JSON is supported
71
-         ;
71
+            ;
72 72
     }
73 73
 
74 74
     /**
Please login to merge, or discard this patch.