diff --git a/spec.md b/spec.md index 0652335..814d611 100644 --- a/spec.md +++ b/spec.md @@ -1187,20 +1187,27 @@ the list of `implements` interfaces does not wrap. If the list of interfaces wraps, the brace MUST be placed on the line immediately following the last interface. +If the anonymous class has no arguments, the `()` after `class` MUST be omitted. + ```php