Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Database / InvalidQueryException.php
index e669d7948fb6e3fe1cdba01e5e8f06b362532f4d..73e5c8129f4ea1f515229f8854ed60c2202aad4e 100644 (file)
@@ -8,4 +8,4 @@ namespace Drupal\Core\Database;
  * This exception is thrown e.g. when trying to have an IN condition with an
  * empty array.
  */
-class InvalidQueryException extends \InvalidArgumentException implements DatabaseException { }
+class InvalidQueryException extends \InvalidArgumentException implements DatabaseException {}