Passed
Push — developer ( 5c2b4d...d2ef00 )
by Radosław
49:57 queued 14:59
created
modules/Base/Model/Record.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 	{
Please login to merge, or discard this patch.