Fix docblocks

This commit is contained in:
James Brooks
2015-08-06 11:44:01 +01:00
parent e76ecd493e
commit 3f7f4e7624
6 changed files with 22 additions and 17 deletions

View File

@@ -13,6 +13,11 @@ namespace CachetHQ\Cachet\Http\Controllers\Api;
class GeneralController extends AbstractApiController
{
/**
* Ping endpoint allows API consumers to check the version.
*
* @return \Illuminate\Http\JsonResponse
*/
public function ping()
{
return $this->item('Pong!');