From e8c39f499af5af34c3f3e7dcc7e7ff31b15819a6 Mon Sep 17 00:00:00 2001 From: Edvin Dulko Date: Wed, 31 Jan 2024 16:54:05 +0100 Subject: [PATCH] add a space to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61c6cae..6ba6825 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ This macro is actually very naive, a more producion ready version would be: ```php -$(macro :unsafe){ +$(macro :unsafe) { $ // litterally matches '$' // but not followed by: $(not(token(T_VARIABLE))) // avoids var var false positives such as '$$foo'