Skip to content

Commit 3c8a0cb

Browse files
committed
Fix another 5.3 incompatibility
That's what I get for blindly copy-pasting code
1 parent 5a35473 commit 3c8a0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/HtmlElementTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function testGetSetNonExistingAttribute()
7171

7272
public function testToString()
7373
{
74-
$img = new HtmlElement('img', [], null, true);
74+
$img = new HtmlElement('img', array(), null, true);
7575
$p = new HtmlElement('p');
7676
$div = new HtmlElement('div');
7777
$div->setContents(array($p, $img));

0 commit comments

Comments
 (0)