Skip to content

Commit

Permalink
Tagging version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Scheffler committed Aug 27, 2019
1 parent 86edcae commit 43d7282
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.5.2
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"php": "7.2"
}
},
"version": "0.5.1",
"version": "0.5.2",
"require-dev": {
"phpunit\/phpunit": "^8.0",
"vimeo\/psalm": "^3.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function dispatch(ServerRequestInterface $request): ResponseInterface
}

/**
* Resolve to a Route instance or throw exception
* Resolve to a Route instance or throw exception.
*
* @param ServerRequestInterface $request
* @throws NotFoundHttpException
Expand Down
2 changes: 2 additions & 0 deletions src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
/**
* Return \callable array of Class and Method represented in string form.
*
* e.g. "\My\Class\Name@some_method"
*
* @param string $classMethod
* @return callable
*/
Expand Down

0 comments on commit 43d7282

Please sign in to comment.