Completed
Push — master ( fe1546...8bac58 )
by Jeroen De
16s queued 11s
created
includes/SWL_ChangeSet.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@
 block discarded – undo
167 167
 	 * @param SMWSemanticData $new
168 168
 	 * @param array $filterProperties Optional list of properties (string serializations) to filter on. Null for no filtering.
169 169
 	 * 
170
-	 * @return SMWChangeSet
170
+	 * @return SWLChangeSet
171 171
 	 */
172 172
 	public static function newFromSemanticData( SMWSemanticData $old, SMWSemanticData $new, array $filterProperties = null ) {
173 173
 		$subject = $old->getSubject();
Please login to merge, or discard this patch.