Removing redundant PHP syntax declaration

This commit is contained in:
Daniel Hensby 2015-02-16 13:57:04 +00:00
parent d6336873d4
commit aa6debcdea

View File

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