Passed
Push — rel710 ( d7138e...f97db0 )
by Leszek
04:33 queued 59s
created
src/HashArray.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -381,7 +381,7 @@
 block discarded – undo
381 381
 	/**
382 382
 	 * @see ArrayObject::append
383 383
 	 *
384
-	 * @param mixed $value
384
+	 * @param Hashable $value
385 385
 	 */
386 386
 	public function append( $value ) {
387 387
 		$this->setElement( null, $value );
Please login to merge, or discard this patch.
src/Term/AliasGroup.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
 	/**
85 85
 	 * @see Comparable::equals
86 86
 	 *
87
-	 * @param mixed $target
87
+	 * @param AliasGroup $target
88 88
 	 *
89 89
 	 * @return bool
90 90
 	 */
Please login to merge, or discard this patch.
src/ByPropertyIdArray.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
144 144
 	 *
145 145
 	 * @param PropertyIdProvider $object
146 146
 	 *
147
-	 * @return bool|int
147
+	 * @return integer
148 148
 	 * @throws RuntimeException
149 149
 	 */
150 150
 	public function getFlatArrayIndexOfObject( $object ) {
Please login to merge, or discard this patch.