diff --git a/src/Sections/Todos.php b/src/Sections/Todos.php index 3d52087..f6b76e5 100644 --- a/src/Sections/Todos.php +++ b/src/Sections/Todos.php @@ -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) @@ -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 */