Update Laravel Pint, fix files in codebase
This commit is contained in:
parent
672e724784
commit
6d6e719f52
64 changed files with 10 additions and 411 deletions
|
@ -18,8 +18,6 @@ class WebMentionsController extends Controller
|
|||
*
|
||||
* This is probably someone looking for information about what
|
||||
* webmentions are, or about my particular implementation.
|
||||
*
|
||||
* @return View
|
||||
*/
|
||||
public function get(): View
|
||||
{
|
||||
|
@ -28,8 +26,6 @@ class WebMentionsController extends Controller
|
|||
|
||||
/**
|
||||
* Receive and process a webmention.
|
||||
*
|
||||
* @return Response
|
||||
*/
|
||||
public function receive(): Response
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue