summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2015-06-19 16:05:07 -0400
committerAsmir Mustafic <[email protected]>2018-11-23 09:23:39 +0100
commit8dca125a4c05b20d906058b165cf9782cb45d4fa (patch)
treeaf48d712eba8387f5dad6c8006a24520f702fc91 /src
parent4ec58bff5be54d9883f8e268726f4d24506072e1 (diff)
On the Html5::save method fixing docs.
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