@@ -150,7 +150,7 @@ discard block |
||
| 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 |
||
| 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 |
@@ -40,7 +40,7 @@ discard block |
||
| 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 |
||
| 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 | /** |