Completed
Push — equalsRevert ( 868c75 )
by no
03:33
created
src/Entity/Item.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -329,7 +329,7 @@
 block discarded – undo
329 329
 	 *
330 330
 	 * @since 0.1
331 331
 	 *
332
-	 * @param mixed $target
332
+	 * @param Item $target
333 333
 	 *
334 334
 	 * @return bool
335 335
 	 */
Please login to merge, or discard this patch.
src/Entity/Property.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
197 197
 	 *
198 198
 	 * @since 0.1
199 199
 	 *
200
-	 * @param mixed $target
200
+	 * @param Property $target
201 201
 	 *
202 202
 	 * @return bool
203 203
 	 */
Please login to merge, or discard this patch.