Skip to content

Commit

Permalink
PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFricker committed Apr 16, 2017
1 parent 90663a1 commit 449f001
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
11 changes: 0 additions & 11 deletions src/Exception/InvalidControllerException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,4 @@

use \Exception;

/**
* A wrapper around a DB driver to expose a uniform interface
*
* Bassically an abstraction over the complexity of the PDO class, but by design this could wrap any strctured storage mechanism
* A database engine adapter
*
* @param string $myArgument With a *description* of this argument, these may also
* span multiple lines.
*
* @return void
*/
class InvalidControllerException extends Exception {}
11 changes: 0 additions & 11 deletions src/Exception/InvalidHTTPMethodException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,4 @@

use \Exception;

/**
* A wrapper around a DB driver to expose a uniform interface
*
* Bassically an abstraction over the complexity of the PDO class, but by design this could wrap any strctured storage mechanism
* A database engine adapter
*
* @param string $myArgument With a *description* of this argument, these may also
* span multiple lines.
*
* @return void
*/
class InvalidHTTPMethodException extends Exception {}
11 changes: 0 additions & 11 deletions src/Exception/InvalidRouteException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,4 @@

use \Exception;

/**
* A wrapper around a DB driver to expose a uniform interface
*
* Bassically an abstraction over the complexity of the PDO class, but by design this could wrap any strctured storage mechanism
* A database engine adapter
*
* @param string $myArgument With a *description* of this argument, these may also
* span multiple lines.
*
* @return void
*/
class InvalidRouteException extends Exception {}

0 comments on commit 449f001

Please sign in to comment.