We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec58bf commit 8dca125Copy full SHA for 8dca125
src/HTML5.php
@@ -201,8 +201,8 @@ public function parseFragment($input, array $options = array())
201
*
202
* @param mixed $dom
203
* The DOM to be serialized.
204
- * @param string $file
205
- * The filename to be written.
+ * @param string|resource $file
+ * The filename to be written or resource to write to.
206
* @param array $options
207
* Configuration options when serializing the DOM. These include:
208
* - encode_entities: Text written to the output is escaped by default and not all
0 commit comments