From 4d238cc44eb5f51d1cefb4a43a1bffeb6ad5fd8c Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Fri, 18 Apr 2025 21:34:39 +0400 Subject: [PATCH] maj doc --- src/schema/_assoc/AssocWrapperContext.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/schema/_assoc/AssocWrapperContext.php b/src/schema/_assoc/AssocWrapperContext.php index a75321b..f015f75 100644 --- a/src/schema/_assoc/AssocWrapperContext.php +++ b/src/schema/_assoc/AssocWrapperContext.php @@ -4,6 +4,7 @@ namespace nulib\schema\_assoc; use nulib\ref\schema\ref_schema; use nulib\schema\_scalar\ScalarResult; use nulib\schema\_scalar\ScalarWrapper; +use nulib\schema\Result; use nulib\schema\Wrapper; use nulib\schema\WrapperContext; @@ -30,6 +31,10 @@ class AssocWrapperContext extends WrapperContext { /** @var Wrapper[] */ public array $keyWrappers; + /** + * @var ScalarResult résultat consolidé de l'analyse du tableau et de ses + * composants + */ public ScalarResult $assocResult; /** @var string|int|null clé sélectionnée */