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
|
@ -11,8 +11,6 @@ class BookmarksController extends Controller
|
|||
{
|
||||
/**
|
||||
* Show the most recent bookmarks.
|
||||
*
|
||||
* @return View
|
||||
*/
|
||||
public function index(): View
|
||||
{
|
||||
|
@ -23,9 +21,6 @@ class BookmarksController extends Controller
|
|||
|
||||
/**
|
||||
* Show a single bookmark.
|
||||
*
|
||||
* @param Bookmark $bookmark
|
||||
* @return View
|
||||
*/
|
||||
public function show(Bookmark $bookmark): View
|
||||
{
|
||||
|
@ -36,9 +31,6 @@ class BookmarksController extends Controller
|
|||
|
||||
/**
|
||||
* Show bookmarks tagged with a specific tag.
|
||||
*
|
||||
* @param string $tag
|
||||
* @return View
|
||||
*/
|
||||
public function tagged(string $tag): View
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue