diff --git a/spec.md b/spec.md index 6fac42e..128426d 100644 --- a/spec.md +++ b/spec.md @@ -234,8 +234,6 @@ When using compound namespaces, there MUST NOT be more than two sub-namespaces w That is, the following is allowed: ```php -bar($arg1); Foo::bar($arg2, $arg3); @@ -721,8 +713,6 @@ array) does not constitute splitting the argument list itself. The following examples show correct argument usage. ```php -bar( $longArgument, $longerArgument, @@ -731,8 +721,6 @@ $foo->bar( ``` ```php - 'First case', 1, 2, 3 => multipleCases(), @@ -896,8 +874,6 @@ A `while` statement looks like the following. Note the placement of parentheses, spaces, and braces. ```php - $value) { // foreach body } @@ -997,8 +961,6 @@ A `try-catch-finally` block looks like the following. Note the placement of parentheses, spaces, and braces. ```php -bar( $arg1, function ($arg2) use ($var1) { @@ -1221,8 +1177,6 @@ Anonymous Classes MUST follow the same guidelines and principles as closures in the above section. ```php -