mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Space before { in function coding guidelines
This commit is contained in:
parent
3d6726e6b3
commit
7ff6c039ff
@ -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) {
|
||||
// ...
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user