Fix some PHP docs.

This commit is contained in:
Hereward Mills
2015-12-22 08:41:03 +00:00
parent 09b4912801
commit a78a5ddb04
30 changed files with 53 additions and 7 deletions

View File

@@ -173,8 +173,6 @@ abstract class AbstractApiController extends Controller
/**
* Respond with a no content response.
*
* @param string $message
*
* @return \Illuminate\Http\JsonResponse
*/
protected function noContent()