Fix issues found by static analysis (#878)
This commit is contained in:
committed by
Alexis Saettler
parent
af59fa2b7e
commit
749caa2c03
@@ -74,7 +74,7 @@ class ApiController extends Controller
|
||||
|
||||
/**
|
||||
* Default request to the API.
|
||||
* @return json
|
||||
* @return \Illuminate\Http\JsonResponse
|
||||
*/
|
||||
public function success()
|
||||
{
|
||||
@@ -203,7 +203,7 @@ class ApiController extends Controller
|
||||
* Sends a JSON to the consumer.
|
||||
* @param array $data
|
||||
* @param array $headers [description]
|
||||
* @return Response
|
||||
* @return \Illuminate\Http\JsonResponse
|
||||
*/
|
||||
public function respond($data, $headers = [])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user