Skip to content

Commit

Permalink
Update comments based on peer feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 25, 2016
1 parent 91234f4 commit 9651600
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Http/BaseApplication.php
Expand Up @@ -51,14 +51,13 @@ abstract public function middleware($middleware);
/**
* Load all the application configuration and bootstrap logic.
*
* Override this method to add additional bootstrap logic for your application.
*
* @return void
*/
public function bootstrap()
{
// Load traditional bootstrap file..
require_once $this->configDir . '/bootstrap.php';

// Load other config files your application needs.
}

/**
Expand Down Expand Up @@ -89,7 +88,7 @@ public function __invoke(ServerRequestInterface $request, ResponseInterface $res
/**
* Get the ActionDispatcher.
*
* @return \Spekkoek\ActionDispatcher
* @return \Cake\Http\ActionDispatcher
*/
protected function getDispatcher()
{
Expand Down

0 comments on commit 9651600

Please sign in to comment.