Better docblock

Co-Authored-By: Guy Marriott <guy@scopey.co.nz>
This commit is contained in:
Sander Hagenaars 2019-07-08 08:35:06 +02:00 committed by GitHub
parent 5e699f8e2f
commit 9f00e167f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -902,7 +902,7 @@ class RestfulServer extends Controller
/**
* Checks if given $endpoint maps to an object in endpoint_aliases, else simply return $endpoint as is
*
* @param $endpoint
* @param string $endpoint
* @return string
*/
protected function findClassNameEndpoint($endpoint)