Better docblock

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

View File

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