Closed pokhiii closed 6 years ago
The update method in BookController is expected to return App\Http\Controllers\KnowledgeCafe\Library\json object but actually returns an object of type Illuminate\Http\JsonResponse.
update
BookController
App\Http\Controllers\KnowledgeCafe\Library\json
Illuminate\Http\JsonResponse
The Scrutinizer caught that the two types are incompatible.
This one is fixed. Closing.
The
update
method inBookController
is expected to returnApp\Http\Controllers\KnowledgeCafe\Library\json
object but actually returns an object of typeIlluminate\Http\JsonResponse
.The Scrutinizer caught that the two types are incompatible.