Passed
Push — rankClass ( 1b9cf4...7f76c7 )
by no
04:15 queued 16s
created
src/Snak/SnakList.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
 	 *
131 131
 	 * @since 0.3
132 132
 	 *
133
-	 * @param mixed $target
133
+	 * @param SnakList $target
134 134
 	 *
135 135
 	 * @return bool
136 136
 	 */
Please login to merge, or discard this patch.
tests/unit/Statement/StatementListTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 	 * @param string|null $guid
32 32
 	 * @param int $rank
33 33
 	 *
34
-	 * @return Statement
34
+	 * @return \PHPUnit_Framework_MockObject_MockObject
35 35
 	 */
36 36
 	private function getStatement( $propertyId, $guid, $rank = Statement::RANK_NORMAL ) {
37 37
 		$statement = $this->createMock( Statement::class );
Please login to merge, or discard this patch.