From 844e322b08e7440d2df5c36a60390020a0e5cc89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 13 Jun 2022 21:50:55 +0200 Subject: [PATCH] =?UTF-8?q?Rephrase=20=E2=80=9CMUST=20=E2=80=A6=20no?= =?UTF-8?q?=E2=80=9D=20to=20=E2=80=9CMUST=20NOT=20=E2=80=A6=20any=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes the phrasing more clear, because the negation is part of the RFC 2119 keyword. --- spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.md b/spec.md index 66dbad4..ea85fbe 100644 --- a/spec.md +++ b/spec.md @@ -220,7 +220,7 @@ For example: ``` -Declare statements MUST contain no spaces and MUST be exactly `declare(strict_types=1)` +Declare statements MUST NOT contain any spaces and MUST be exactly `declare(strict_types=1)` (with an optional semicolon terminator). Block declare statements are allowed and MUST be formatted as below. Note position of