Skip to content

Commit

Permalink
Merge branch 'Sam-Burns-minor-docblocks' into 4.x
Browse files Browse the repository at this point in the history
Closes #2264
  • Loading branch information
akrabat committed Aug 13, 2017
2 parents 197dba1 + d54aa70 commit ee32eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Slim/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function add($callable)
* @param array $args
* @return mixed
*
* @throws BadMethodCallException
* @throws \BadMethodCallException
*/
public function __call($method, $args)
{
Expand Down Expand Up @@ -797,7 +797,7 @@ protected function dispatchRouterAndPrepareRoute(ServerRequestInterface $request
* @param ResponseInterface $response
* @return ResponseInterface
*
* @throws RuntimeException
* @throws \RuntimeException
*/
protected function finalize(ResponseInterface $response)
{
Expand Down

0 comments on commit ee32eb6

Please sign in to comment.