diff --git a/spec.md b/spec.md index 6fac42e..619370f 100644 --- a/spec.md +++ b/spec.md @@ -141,6 +141,8 @@ If the list is split across multiple lines, then the last item MUST have a trail The following are examples of correct comma placement: ```php +create() ->prepare() @@ -1025,6 +1045,8 @@ The increment/decrement operators MUST NOT have any space between the operator and operand: ```php + $b) { @@ -1057,6 +1083,8 @@ preceded and followed by at least one space around both the `?` and `:` characters: ```php + $x + $y; @@ -1274,6 +1305,8 @@ so that it is consistent with case declarations. The following example shows a typical valid Enum: ```php +