Skip to content

Commit 0502e9e

Browse files
committed
Update doc
1 parent 4945098 commit 0502e9e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Reflection/ExtendedMethodReflection.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
* without breaking backward compatibility
1111
* with existing MethodsClassReflectionExtension.
1212
*
13-
* Developers are meant to only use the MethodReflection
13+
* Developers are meant to only implement MethodReflection
1414
* and its methods in their code.
1515
*
16-
* Methods on ExtendedMethodReflection are subject to change.
16+
* New methods on ExtendedMethodReflection will be added
17+
* in minor versions.
1718
*
1819
* @api
1920
*/

0 commit comments

Comments
 (0)