Completed
Push — master ( 932a16...3c5f23 )
by Yannick
34:57
created
require/class.Source.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -179,6 +179,9 @@
 block discarded – undo
179 179
 		}
180 180
 	}
181 181
 
182
+	/**
183
+	 * @param string $type
184
+	 */
182 185
 	public function deleteLocationByType($type) {
183 186
 		$query = "DELETE FROM source_location WHERE type = :type";
184 187
 		$query_values = array(':type' => $type);
Please login to merge, or discard this patch.