summaryrefslogtreecommitdiff
path: root/Zend/tests/attributes/015_property_group.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/attributes/015_property_group.phpt')
-rw-r--r--Zend/tests/attributes/015_property_group.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/attributes/015_property_group.phpt b/Zend/tests/attributes/015_property_group.phpt
index 52e3b0a92a..484d4154cf 100644
--- a/Zend/tests/attributes/015_property_group.phpt
+++ b/Zend/tests/attributes/015_property_group.phpt
@@ -5,7 +5,7 @@ Attributes cannot be applied to groups of properties.
class C1
{
- @@A1
+ #[A1]
public $x, $y;
}