DOCS Removing redundant PHP syntax declaration

This commit is contained in:
Daniel Hensby 2015-02-16 13:59:49 +00:00
parent d5bb290b8e
commit 3573075de0

View File

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