From c5ae1ce072f22948fa078bb732a79d741775977b Mon Sep 17 00:00:00 2001 From: Jeroen Versteeg Date: Tue, 22 Oct 2024 11:36:50 +0200 Subject: [PATCH] Update README: runtime type assertions support interfaces and traits --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9d3af9..651f9ea 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Your preferences and/or requirements may very well differ. Here's the list of types supported by TwigQI: * Scalar: `string`, `number`, `boolean`, `null`, `object` (although a class is preferred) -* Class names (FQN, with a starting backslash. Note that backslashes must be escaped in Twig strings!) +* Classes, interfaces and traits (FQN, with a starting backslash. Note that backslashes must be escaped in Twig strings!) * Three types of iterables, with increasing specificity * `iterable` declares nothing more or less than that the variable is iterable * `iterable` declares the values' type