Skip to content

Commit

Permalink
A couple more fixed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcullum committed Nov 25, 2015
1 parent 64a8cd0 commit 4ba274d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proposed/extended-coding-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,8 @@ excluding string concatenation operators. This includes all [arithmetic][],
[comparison][], [assignment][], [bitwise][], [logical][] (excluding `!`)
and [type][] operators.

Other operators such as string concatenation operators are left to interpetation.

For example:

```php
Expand Down

0 comments on commit 4ba274d

Please sign in to comment.