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.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/HTML5/Parser/FileInputStream.php b/src/HTML5/Parser/FileInputStream.php
index f176422..b081ed9 100644
--- a/src/HTML5/Parser/FileInputStream.php
+++ b/src/HTML5/Parser/FileInputStream.php
@@ -19,9 +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 $encoding the encoding to use for the data
- * @param string $debug a fprintf format to use to echo the data on stdout
+ * @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 = '')
{