We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
1 | <?php |
||
10 | class InvitationRequestsController extends Controller |
||
11 | { |
||
12 | /** |
||
13 | * Create an invite when user requests from API. |
||
14 | * |
||
15 | * @param UserInvitationRequest $request |
||
16 | * @return \Illuminate\Http\JsonResponse |
||
17 | */ |
||
18 | public function createInvitation(Request $request) |
||
51 | |||
52 | /** |
||
53 | * Check if User was invited before. |
||
54 | * |
||
55 | * @param Request $data |
||
56 | * @return void |
||
57 | */ |
||
58 | public function checkInvitation(Request $data) |
||
61 | } |
||
62 |
This function has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be removed from the class and what other function to use instead.