|
@@ -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.