From ca105413600e42706713edda9277e9b9d62396b8 Mon Sep 17 00:00:00 2001 From: Jan Nedbal Date: Wed, 4 Sep 2024 14:29:35 +0200 Subject: [PATCH] Readme: mention few more missing features in comparison (#64) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aff3094..489b8db 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ class MyEntrypointProvider implements EntrypointProvider - It does not offer any custom adjustments of used methods - It has almost no built-it library extensions - It ignores trait methods - - Is lacks many minor features like `class-string` calls, `$dynamic->$method` etc + - Is lacks many minor features like class-string calls, dynamic method calls, array callbacks, nullsafe call chains etc ## Limitations: