mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Space before { in function coding guidelines
This commit is contained in:
@@ -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) {
|
||||
// ...
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user