DOCS Removing redundant PHP syntax declaration

This commit is contained in:
Daniel Hensby 2015-02-16 13:58:57 +00:00
parent 9e600e9e0c
commit 5d35650cbb

View File

@ -254,7 +254,6 @@ Keep the opening brace on the same line as the statement.
// ...
}
:::php
// bad
public function bar()
{