Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Database / TransactionExplicitCommitNotAllowedException.php
index 1b4710eb5e46ddabb65ef8a54d69b04e35be9af3..f1a4cbf9b7f13fd9d6f87e38cd0148538cf5ecf6 100644 (file)
@@ -8,4 +8,4 @@ namespace Drupal\Core\Database;
  * This exception will be thrown when the PDO connection commit() is called.
  * Code should never call this method directly.
  */
-class TransactionExplicitCommitNotAllowedException extends TransactionException implements DatabaseException { }
+class TransactionExplicitCommitNotAllowedException extends TransactionException implements DatabaseException {}