@@ -180,7 +180,7 @@ discard block |
||
180 | 180 | * Function to set the raw value for a given key. |
181 | 181 | * |
182 | 182 | * @param string $key |
183 | - * @param mixed $value |
|
183 | + * @param integer $value |
|
184 | 184 | * |
185 | 185 | * @return self |
186 | 186 | */ |
@@ -282,7 +282,7 @@ discard block |
||
282 | 282 | * |
283 | 283 | * @param string $moduleName |
284 | 284 | * |
285 | - * @return \self |
|
285 | + * @return Record |
|
286 | 286 | */ |
287 | 287 | public function setModuleName(string $moduleName): self |
288 | 288 | { |