mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
Add phpstan level 7(#544)
This commit is contained in:
@ -14,7 +14,7 @@ class HealthController extends Controller
|
||||
#[Get('api/health', name: 'api.health')]
|
||||
#[Unauthenticated]
|
||||
#[Endpoint(title: 'health-check')]
|
||||
public function __invoke()
|
||||
public function __invoke(): \Illuminate\Http\JsonResponse
|
||||
{
|
||||
return response()->json([
|
||||
'success' => true,
|
||||
|
Reference in New Issue
Block a user