@@ -52,6 +52,9 @@ discard block |
||
| 52 | 52 | } |
| 53 | 53 | } |
| 54 | 54 | |
| 55 | + /** |
|
| 56 | + * @param string $keyToWorkWith |
|
| 57 | + */ |
|
| 55 | 58 | private function packIntoJson($aReturn, $keyToWorkWith) |
| 56 | 59 | { |
| 57 | 60 | if ($this->isJsonByDanielGP($aReturn[$keyToWorkWith])) { |
@@ -133,7 +136,7 @@ discard block |
||
| 133 | 136 | /** |
| 134 | 137 | * Provides a list of all known JSON errors and their description |
| 135 | 138 | * |
| 136 | - * @return type |
|
| 139 | + * @return null|string |
|
| 137 | 140 | */ |
| 138 | 141 | protected function setJsonErrorInPlainEnglish() |
| 139 | 142 | { |