Skip to content

Commit 6b3a9f4

Browse files
authored
wrong variable
1 parent b4fb5fa commit 6b3a9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Converter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Converter
5757
*/
5858
public function __construct($content = null)
5959
{
60-
if (!empty($given)) {
60+
if (!empty($content)) {
6161
$this->givenContent = $content;
6262
}
6363

0 commit comments

Comments
 (0)