add namespaces to docstrings
This commit is contained in:
parent
a93ccec024
commit
a4487a1028
16 changed files with 169 additions and 169 deletions
|
|
@ -45,7 +45,7 @@
|
|||
/**
|
||||
* Construct a new exception.
|
||||
*
|
||||
* @param Exception $exception Exception that has occurred
|
||||
* @param \Exception $exception Exception that has occurred
|
||||
*/
|
||||
function __construct($exception)
|
||||
{
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
/**
|
||||
* Get the exception that hat occurred
|
||||
*
|
||||
* @return Exception Exception that has occurred
|
||||
* @return \Exception Exception that has occurred
|
||||
*/
|
||||
public function getException()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue