From 3def99b378f504791e9c419a939d833ece5d8fa8 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Fri, 7 Mar 2025 19:59:52 +0400 Subject: [PATCH] modifs.mineures sans commentaires --- php/src/ref/schema/ref_types.php | 1 + 1 file changed, 1 insertion(+) diff --git a/php/src/ref/schema/ref_types.php b/php/src/ref/schema/ref_types.php index 24973d5..d7ce1d4 100644 --- a/php/src/ref/schema/ref_types.php +++ b/php/src/ref/schema/ref_types.php @@ -6,5 +6,6 @@ class ref_types { "boolean" => "bool", "integer" => "int", "flt" => "float", "double" => "float", "dbl" => "float", + "func" => "callable", "function" => "callable", ]; }