diff --git a/Docs/README.md b/Docs/README.md index 5b652002..a52c01ae 100644 --- a/Docs/README.md +++ b/Docs/README.md @@ -32,6 +32,9 @@ $fooBarBaz = 'FoobarBaz'; $object->fooBarBaz($fooBarBaz); ``` +- Logical NOT operators (!) MUST have leading and trailing spaces: + `$expr = ! ! $otherExpr || ( ! $otherExpr)`. + Strings -------