Skip to content

Commit 8dca125

Browse files
mattfarinagoetas
authored andcommitted
On the Html5::save method fixing docs.
1 parent 4ec58bf commit 8dca125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/HTML5.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ public function parseFragment($input, array $options = array())
201201
*
202202
* @param mixed $dom
203203
* The DOM to be serialized.
204-
* @param string $file
205-
* The filename to be written.
204+
* @param string|resource $file
205+
* The filename to be written or resource to write to.
206206
* @param array $options
207207
* Configuration options when serializing the DOM. These include:
208208
* - encode_entities: Text written to the output is escaped by default and not all

0 commit comments

Comments
 (0)