Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Add new param doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yuters authored Dec 1, 2020
1 parent 326d053 commit a9c85f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Sections/Todos.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class Todos extends AbstractSection
*
* @param int $page
* @param string $status
* @param string $completed
* @return \Illuminate\Support\Collection
*/
public function index($page = null, $status = null, $completed = null)
Expand Down Expand Up @@ -53,7 +54,7 @@ public function trashed($page = null)
/**
* Index completed to-dos.
*
* @param int $page
* @param int $page
* @param string $status
* @return \Illuminate\Support\Collection
*/
Expand Down

0 comments on commit a9c85f4

Please sign in to comment.