Passed
Push — revert-interface-change ( ccb51e...f9a91e )
by Jakob
06:03 queued 01:30
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.