DOCS Removing redundant PHP syntax declaration

This commit is contained in:
Daniel Hensby 2015-02-16 14:00:22 +00:00
parent 18683079bc
commit e26d518c33

View File

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