Completed
Push — detect-covers-fails ( bd35c8 )
by no
12:32 queued 05:53
created
tests/unit/Statement/StatementByGuidMapTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -30,6 +30,10 @@
 block discarded – undo
30 30
 		$this->assertTrue( $statements->hasStatementWithGuid( 'some guid' ) );
31 31
 	}
32 32
 
33
+	/**
34
+	 * @param integer $propertyId
35
+	 * @param string|null $guid
36
+	 */
33 37
 	private function newStatement( $propertyId, $guid ) {
34 38
 		$statement = new Statement( new PropertyNoValueSnak( $propertyId ) );
35 39
 		$statement->setGuid( $guid );
Please login to merge, or discard this patch.