@@ -124,7 +124,7 @@ discard block |
||
124 | 124 | /** |
125 | 125 | * Function to get the id of the record. |
126 | 126 | * |
127 | - * @return int|null |
|
127 | + * @return string |
|
128 | 128 | */ |
129 | 129 | public function getId(): ?int |
130 | 130 | { |
@@ -172,7 +172,7 @@ discard block |
||
172 | 172 | * |
173 | 173 | * @param string $key |
174 | 174 | * |
175 | - * @return mixed |
|
175 | + * @return string |
|
176 | 176 | */ |
177 | 177 | public function getRawValue(string $key) |
178 | 178 | { |
@@ -183,7 +183,7 @@ discard block |
||
183 | 183 | * Function to set the raw value for a given key. |
184 | 184 | * |
185 | 185 | * @param string $key |
186 | - * @param mixed $value |
|
186 | + * @param integer $value |
|
187 | 187 | * |
188 | 188 | * @return self |
189 | 189 | */ |
@@ -279,7 +279,7 @@ discard block |
||
279 | 279 | * |
280 | 280 | * @param string $moduleName |
281 | 281 | * |
282 | - * @return \self |
|
282 | + * @return Record |
|
283 | 283 | */ |
284 | 284 | public function setModuleName(string $moduleName): self |
285 | 285 | { |