Skip to content

Commit

Permalink
Updated PhpDocs for __construct() and notImplemented()
Browse files Browse the repository at this point in the history
  • Loading branch information
joechilds authored and AliasIO committed Jun 19, 2013
1 parent cd4c4fa commit fe75f70
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Swiftlet/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ abstract class Controller implements Interfaces\Controller

/**
* Constructor
* @param object $app
* @param object $view
* @param Interfaces\App $app
* @param Interfaces\View $view
*/
public function __construct(Interfaces\App $app, Interfaces\View $view)
{
Expand All @@ -32,6 +32,8 @@ public function index()

/**
* Fallback in case action doesn't exist
*
* @throws \Exception
*/
public function notImplemented()
{
Expand Down

0 comments on commit fe75f70

Please sign in to comment.