X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FExtension%2Fmodules%2Fmodule_handler_test_all1%2Fmodule_handler_test_all1.module;fp=web%2Fcore%2Ftests%2FDrupal%2FTests%2FCore%2FExtension%2Fmodules%2Fmodule_handler_test_all1%2Fmodule_handler_test_all1.module;h=29d8de5e1195f1ec9433da7f40edea7a23f2d44f;hp=563b7a5c2da45fafc916a7ab139c1a1431871e17;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.module b/web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.module index 563b7a5c2..29d8de5e1 100644 --- a/web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.module +++ b/web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.module @@ -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]; +}