10000 [Config] Fix @method annotation · ajgarlag/symfony@0d7a961 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d7a961

Browse files
ro0NLfabpot
authored andcommitted
[Config] Fix @method annotation
1 parent 72ab16d commit 0d7a961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Config/Definition/Builder/ParentNodeDefinitionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @author Victor Berchet <victor@suumit.com>
1818
*
19-
* @method NodeDefinition[] getChildNodeDefinitions() should be implemented since 4.1
19+
* @method NodeDefinition[] getChildNodeDefinitions() Gets the child node definitions - not implementing it is deprecated since Symfony 4.2
2020
*/
2121
interface ParentNodeDefinitionInterface extends BuilderAwareInterface
2222
{

0 commit comments

Comments
 (0)
0