@@ -89,7 +89,7 @@ |
||
| 89 | 89 | /** |
| 90 | 90 | * @TODO 1.0.0 Remove support for 'base' in next major release; it has been replaced by 'baseurl' |
| 91 | 91 | * |
| 92 | - * @return mixed|null |
|
| 92 | + * @return string |
|
| 93 | 93 | */ |
| 94 | 94 | public function getBaseUrl() |
| 95 | 95 | { |
@@ -13,6 +13,9 @@ |
||
| 13 | 13 | { |
| 14 | 14 | private $import; |
| 15 | 15 | |
| 16 | + /** |
|
| 17 | + * @param string $import |
|
| 18 | + */ |
|
| 16 | 19 | public function __construct($import, $message = "", $code = 0, Exception $previous = null) |
| 17 | 20 | { |
| 18 | 21 | $this->import = $import; |