Space before { in function coding guidelines

This commit is contained in:
Bart Visscher
2013-02-22 21:26:05 +01:00
parent 3d6726e6b3
commit 7ff6c039ff

View File

@@ -59,7 +59,7 @@ All API methods need to be marked with `PHPDoc <http://en.wikipedia.org/wiki/PHP
* @since 4.5
* @return string a name of a user
*/
public function myMethod(Controller $controller, API $api){
public function myMethod(Controller $controller, API $api) {
// ...
}