@@ -41,6 +41,9 @@ discard block |
||
| 41 | 41 | */ |
| 42 | 42 | protected $message; |
| 43 | 43 | |
| 44 | + /** |
|
| 45 | + * @param StatusInterface $status |
|
| 46 | + */ |
|
| 44 | 47 | public function __construct($status, $message = '[System]') |
| 45 | 48 | { |
| 46 | 49 | if (!$status instanceof StatusInterface) { |
@@ -116,7 +119,7 @@ discard block |
||
| 116 | 119 | /** |
| 117 | 120 | * Sets the history message |
| 118 | 121 | * |
| 119 | - * @param $message |
|
| 122 | + * @param string $message |
|
| 120 | 123 | * |
| 121 | 124 | * @return $this |
| 122 | 125 | */ |