Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Database / TransactionOutOfOrderException.php
index 7084eda0e098a5e22989c1dfe9211becbfaa1eab..d7b07df3ea73d587a9504d07ea15294141a964b9 100644 (file)
@@ -5,4 +5,4 @@ namespace Drupal\Core\Database;
 /**
  * Exception thrown when a rollBack() resulted in other active transactions being rolled-back.
  */
-class TransactionOutOfOrderException extends TransactionException implements DatabaseException { }
+class TransactionOutOfOrderException extends TransactionException implements DatabaseException {}