add namespaces to docstring types
This commit is contained in:
parent
01a9c81f81
commit
969887da58
98 changed files with 632 additions and 555 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