mirror of
https://github.com/silverstripe/silverstripe-restfulserver
synced 2024-10-22 14:05:58 +02:00
Better docblock
Co-Authored-By: Guy Marriott <guy@scopey.co.nz>
This commit is contained in:
parent
185702d2bb
commit
5e699f8e2f
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user