summaryrefslogtreecommitdiff
path: root/src/HTML5/Parser/FileInputStream.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTML5/Parser/FileInputStream.php')
-rw-r--r--src/HTML5/Parser/FileInputStream.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/HTML5/Parser/FileInputStream.php b/src/HTML5/Parser/FileInputStream.php
index e58006a..fbf006d 100644
--- a/src/HTML5/Parser/FileInputStream.php
+++ b/src/HTML5/Parser/FileInputStream.php
@@ -19,8 +19,9 @@ class FileInputStream extends StringInputStream implements InputStream
/**
* Load a file input stream.
*
- * @param string $data
- * The file or url path to load.
+ * @param string $data The file or url path to load.
+ * @param string $encoding The encoding to use for the data.
+ * @param string $debug A fprintf format to use to echo the data on stdout.
*/
public function __construct($data, $encoding = 'UTF-8', $debug = '')
{