Skip to content

Commit

Permalink
docs(App): 更正方法返回值
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Aug 6, 2023
1 parent 202d322 commit d52b05b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class App extends Base
* Startup an MVC application
*
* @param array $options
* @return $this
* @return Res
* @throws \RuntimeException
*/
public function __invoke(array $options = [])
Expand Down Expand Up @@ -232,7 +232,7 @@ public function getController()
* Set the name of controller
*
* @param string $controller The name of controller
* @return string
* @return $this
*/
public function setController($controller)
{
Expand All @@ -255,7 +255,7 @@ public function getAction()
* Set the name of action
*
* @param string $action The name of action
* @return string
* @return $this
*/
public function setAction($action)
{
Expand Down

0 comments on commit d52b05b

Please sign in to comment.