Passed
Push — developer ( 57de19...8207c1 )
by Mariusz
35:57
created
modules/Base/Model/Record.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 	{
Please login to merge, or discard this patch.