From 35e741c8a252e6706340ad1bfd0e7d82981dce81 Mon Sep 17 00:00:00 2001 From: ignace nyamagana butera Date: Tue, 23 Jan 2024 09:26:59 +0100 Subject: [PATCH] Update documentation --- src/Enum/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Enum/README.md b/src/Enum/README.md index 74c682c..5b16187 100644 --- a/src/Enum/README.md +++ b/src/Enum/README.md @@ -67,9 +67,7 @@ Gather information regarding the current Enum via **public static methods**. Thi - the type of enum via the `isBacked` and `isPure` method; - the names of each cases with the `names` method; - the possible values for the Enum with the `values` method; -- the `associative` method which returns an associative array contains the string name and their respective values; - the `nameOf` which returns the name associated with a specific `value` -- the `toJavaScript` which returns a Javascript structure equivalent to the current Enum.(see `JavaScriptConverter` for more details) ```php