Completed
Push — merge-sm ( 0b0ff3...f9653c )
by Jeroen De
23:14 queued 14:02
created
SemanticMaps/src/SM_GeoCoordsValueDescription.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 	 * @param array $fieldNames
45 45
 	 * @param DatabaseBase $dbs
46 46
 	 * 
47
-	 * @return boolean
47
+	 * @return false|string
48 48
 	 */
49 49
 	public function getSQLCondition( $tableName, array $fieldNames, DatabaseBase $dbs ) {
50 50
 		$dataItem = $this->getDataItem();
Please login to merge, or discard this patch.
tests/Unit/Elements/PolygonTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -50,6 +50,10 @@
 block discarded – undo
50 50
 		$this->assertHasJsonKeyWithValue( $polygon, 'fillOpacity', '0.42' );
51 51
 	}
52 52
 
53
+	/**
54
+	 * @param string $key
55
+	 * @param string $value
56
+	 */
53 57
 	protected function assertHasJsonKeyWithValue( Polygon $polygon, $key, $value ) {
54 58
 		$json = $polygon->getJSONObject();
55 59
 
Please login to merge, or discard this patch.