From ee7d8fc44f72b71b88e5a82e2f431bd65beac844 Mon Sep 17 00:00:00 2001 From: Larry Garfield Date: Mon, 12 Sep 2022 14:10:02 -0500 Subject: [PATCH] Clarify that classes should follow the same modifier order as methods. --- spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.md b/spec.md index a26ea89..b9e58f6 100644 --- a/spec.md +++ b/spec.md @@ -633,7 +633,7 @@ public function process(string $algorithm, &...$parts) ### 4.6 Modifier Keywords -Properties and methods of a class have numerous keyword modifiers that alter how the +Classes, properties, and methods have numerous keyword modifiers that alter how the engine and language handles them. When present, they MUST be in the following order: * Inheritance modifier: `abstract` or `final`