summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/HTML5.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/HTML5.php b/src/HTML5.php
index a3db74c..0697bed 100644
--- a/src/HTML5.php
+++ b/src/HTML5.php
@@ -201,8 +201,8 @@ class HTML5
*
* @param mixed $dom
* The DOM to be serialized.
- * @param string $file
- * The filename to be written.
+ * @param string|resource $file
+ * The filename to be written or resource to write to.
* @param array $options
* Configuration options when serializing the DOM. These include:
* - encode_entities: Text written to the output is escaped by default and not all