changed docblocks to satisfy codesniffer

This commit is contained in:
Sander Hagenaars 2019-07-12 08:37:12 +02:00
parent b7b2acaaba
commit a8a94a1b52
1 changed files with 4 additions and 4 deletions

View File

@ -74,11 +74,10 @@ class RestfulServer extends Controller
/**
* Custom endpoints that map to a specific class.
* This is done to make the API have fixed endpoints, instead of using fully namespaced classnames, as the module does by default
* This is done to make the API have fixed endpoints,
* instead of using fully namespaced classnames, as the module does by default
* The fully namespaced classnames can also still be used though
*
* Example:
*
* ['mydataobject' => MyDataObject::class]
*
* @config array
@ -900,7 +899,8 @@ class RestfulServer extends Controller
}
/**
* Checks if given param ClassName maps to an object in endpoint_aliases, else simply return the unsanitised version of ClassName
* Checks if given param ClassName maps to an object in endpoint_aliases,
* else simply return the unsanitised version of ClassName
*
* @param HTTPRequest $request
* @return string