Skip to content

Commit

Permalink
Fix incorrect type hint.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 8, 2017
1 parent 5c38a51 commit 7346f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Server.php
Expand Up @@ -122,7 +122,7 @@ public function setApp(HttpApplicationInterface $app)
/**
* Get the current application.
*
* @return \Cake\Core\ApplicationInterface The application that will be run.
* @return \Cake\Core\HttpApplicationInterface The application that will be run.
*/
public function getApp()
{
Expand Down

0 comments on commit 7346f20

Please sign in to comment.