Skip to content

Commit 71474c3

Browse files
committed
fix: address review comment about "consumed too much"
1 parent d7bf39b commit 71474c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/property_hooks/readonly_property_backed_inheritance_1.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ class Test extends ParentClass {
1818

1919
?>
2020
--EXPECTF--
21-
Fatal error: Cannot redeclare readonly property ParentClass::$prop as non-readonly Test::$prop %s on line %d
21+
Fatal error: Cannot redeclare readonly property ParentClass::$prop as non-readonly Test::$prop in %s on line %d

0 commit comments

Comments
 (0)