From 0deeffac2d1b607f247aa26fc171f08ff9629028 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Fri, 24 Mar 2023 10:13:00 +0100 Subject: [PATCH] MOBILE-4269 scripts: Fix PHP script to get WS types --- scripts/ws_to_ts_functions.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/ws_to_ts_functions.php b/scripts/ws_to_ts_functions.php index 23db31a5e..ef11eab0a 100644 --- a/scripts/ws_to_ts_functions.php +++ b/scripts/ws_to_ts_functions.php @@ -18,6 +18,14 @@ * Helper functions for converting a Moodle WS structure to a TS type. */ +use core_external\external_api; +use core_external\external_function_parameters; +use core_external\external_value; +use core_external\external_warnings; +use core_external\external_files; +use core_external\external_single_structure; +use core_external\external_multiple_structure; + /** * Get the structure of a WS params or returns. */