@@ -5712,7 +5712,7 @@ ZEND_METHOD(ReflectionProperty, setValue)
5712
5712
}
5713
5713
/* }}} */
5714
5714
5715
- /* {{{ Returns this property's value */
5715
+ /* {{{ Returns true if property was initialized */
5716
5716
ZEND_METHOD (ReflectionProperty , isInitialized )
5717
5717
{
5718
5718
reflection_object * intern ;
@@ -6544,7 +6544,7 @@ ZEND_METHOD(ReflectionAttribute, __toString)
6544
6544
}
6545
6545
/* }}} */
6546
6546
6547
- /* {{{ * Returns the name of the attribute */
6547
+ /* {{{ Returns the name of the attribute */
6548
6548
ZEND_METHOD (ReflectionAttribute , getName )
6549
6549
{
6550
6550
reflection_object * intern ;
@@ -6559,7 +6559,7 @@ ZEND_METHOD(ReflectionAttribute, getName)
6559
6559
}
6560
6560
/* }}} */
6561
6561
6562
- /* {{{ * Returns the target of the attribute */
6562
+ /* {{{ Returns the target of the attribute */
6563
6563
ZEND_METHOD (ReflectionAttribute , getTarget )
6564
6564
{
6565
6565
reflection_object * intern ;
@@ -6574,7 +6574,7 @@ ZEND_METHOD(ReflectionAttribute, getTarget)
6574
6574
}
6575
6575
/* }}} */
6576
6576
6577
- /* {{{ * Returns true if the attribute is repeated */
6577
+ /* {{{ Returns true if the attribute is repeated */
6578
6578
ZEND_METHOD (ReflectionAttribute , isRepeated )
6579
6579
{
6580
6580
reflection_object * intern ;
@@ -6589,7 +6589,7 @@ ZEND_METHOD(ReflectionAttribute, isRepeated)
6589
6589
}
6590
6590
/* }}} */
6591
6591
6592
- /* {{{ * Returns the arguments passed to the attribute */
6592
+ /* {{{ Returns the arguments passed to the attribute */
6593
6593
ZEND_METHOD (ReflectionAttribute , getArguments )
6594
6594
{
6595
6595
reflection_object * intern ;
@@ -6706,7 +6706,7 @@ static void attribute_ctor_cleanup(
6706
6706
}
6707
6707
/* }}} */
6708
6708
6709
- /* {{{ * Returns the attribute as an object */
6709
+ /* {{{ Returns the attribute as an object */
6710
6710
ZEND_METHOD (ReflectionAttribute , newInstance )
6711
6711
{
6712
6712
reflection_object * intern ;
0 commit comments