Skip to content

Commit b068bef

Browse files
committed
ext/dom: Remove bool type coercions in tests
1 parent c777864 commit b068bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/dom/tests/bug46849.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dom
55
--FILE--
66
<?php
77
$dom = new DOMDocument;
8-
$dom->formatOutput = 1;
8+
$dom->formatOutput = true;
99
var_dump($dom->formatOutput);
1010

1111
$dom2 = clone $dom;

0 commit comments

Comments
 (0)