summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CommentStreams/.phan/stubs/Store.php')
-rw-r--r--CommentStreams/.phan/stubs/Store.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/CommentStreams/.phan/stubs/Store.php b/CommentStreams/.phan/stubs/Store.php
new file mode 100644
index 00000000..3c8408bc
--- /dev/null
+++ b/CommentStreams/.phan/stubs/Store.php
@@ -0,0 +1,14 @@
+<?php
+
+namespace SMW;
+
+class Store {
+ /**
+ * @param DIWikiPage $subject
+ * @param string[]|bool $filter
+ * @return SemanticData
+ */
+ public function getSemanticData( DIWikiPage $subject, $filter = false ) : SemanticData {
+ return new SemanticData();
+ }
+}