@@ -405,7 +405,7 @@ |
||
405 | 405 | * @since 1.0 |
406 | 406 | * |
407 | 407 | * @throws Exception |
408 | - * @return mixed |
|
408 | + * @return string |
|
409 | 409 | */ |
410 | 410 | public function getOriginalValue() { |
411 | 411 | if ( $this->setCount == 0 ) { |
@@ -25,8 +25,6 @@ |
||
25 | 25 | * |
26 | 26 | * @since 0.4 |
27 | 27 | * |
28 | - * @param string $errorMessage |
|
29 | - * @param integer $severity |
|
30 | 28 | */ |
31 | 29 | public static function addError( ProcessingError $error ) { |
32 | 30 | self::$errors[$error->getElement()][] = $error; |