Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Extension / modules / module_handler_test_all1 / module_handler_test_all1.module
index 563b7a5c2da45fafc916a7ab139c1a1431871e17..29d8de5e1195f1ec9433da7f40edea7a23f2d44f 100644 (file)
@@ -8,4 +8,6 @@
 /**
  * Returns an array to test nested merge in invoke all.
  */
-function module_handler_test_all1_hook($arg) { return [$arg]; }
+function module_handler_test_all1_hook($arg) {
+  return [$arg];
+}