File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,9 @@ public function validate(array $credentials = [])
261
261
*
262
262
* @param string $field
263
263
* @param array $extraConditions
264
- * @return \Symfony\Component\HttpFoundation\Response|null
264
+ * @return void
265
+ *
266
+ * @throws \Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException
265
267
*/
266
268
public function basic ($ field = 'email ' , $ extraConditions = [])
267
269
{
@@ -284,7 +286,9 @@ public function basic($field = 'email', $extraConditions = [])
284
286
*
285
287
* @param string $field
286
288
* @param array $extraConditions
287
- * @return \Symfony\Component\HttpFoundation\Response|null
289
+ * @return void
290
+ *
291
+ * @throws \Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException
288
292
*/
289
293
public function onceBasic ($ field = 'email ' , $ extraConditions = [])
290
294
{
@@ -330,6 +334,7 @@ protected function basicCredentials(Request $request, $field)
330
334
* Get the response for basic authentication.
331
335
*
332
336
* @return void
337
+ *
333
338
* @throws \Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException
334
339
*/
335
340
protected function failedBasicResponse ()
You can’t perform that action at this time.
0 commit comments