summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CommentStreams/.phan/stubs/SMWDINumber.php')
-rw-r--r--CommentStreams/.phan/stubs/SMWDINumber.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/CommentStreams/.phan/stubs/SMWDINumber.php b/CommentStreams/.phan/stubs/SMWDINumber.php
new file mode 100644
index 00000000..59b6214c
--- /dev/null
+++ b/CommentStreams/.phan/stubs/SMWDINumber.php
@@ -0,0 +1,9 @@
+<?php
+
+class SMWDINumber extends SMWDataItem {
+ /**
+ * @param int $number
+ */
+ public function __construct( $number ) {
+ }
+}