add namespaces to docstring types

This commit is contained in:
coderkun 2015-03-06 12:19:07 +01:00
commit 969887da58
98 changed files with 632 additions and 555 deletions

View file

@ -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()
{