@@ -95,7 +95,7 @@ discard block |
||
| 95 | 95 | } |
| 96 | 96 | |
| 97 | 97 | /** |
| 98 | - * @param null $jsonColumnNo |
|
| 98 | + * @param integer $jsonColumnNo |
|
| 99 | 99 | */ |
| 100 | 100 | public function setJsonColumnNo($jsonColumnNo) |
| 101 | 101 | { |
@@ -168,7 +168,7 @@ discard block |
||
| 168 | 168 | /** |
| 169 | 169 | * Append the current message with some more text |
| 170 | 170 | * |
| 171 | - * @param $appendingText |
|
| 171 | + * @param string|null $appendingText |
|
| 172 | 172 | */ |
| 173 | 173 | public function appendMessage($appendingText) |
| 174 | 174 | { |
@@ -194,7 +194,7 @@ discard block |
||
| 194 | 194 | * Retrieves a specific array key from a class constant |
| 195 | 195 | * |
| 196 | 196 | * @param int $code |
| 197 | - * @param null $default |
|
| 197 | + * @param string $default |
|
| 198 | 198 | * @param string $msgArray |
| 199 | 199 | * |
| 200 | 200 | * @return null|string |