Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0daf414

Browse filesBrowse files
committed
minor #28915 [Config] Fix @method annotation (ro0NL)
This PR was squashed before being merged into the 4.1 branch (closes #28915). Discussion ---------- [Config] Fix @method annotation | Q | A | ------------- | --- | Branch? | 4.1 | Bug fix? | yes | New feature? | no | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> ``` @method [[static] return type] [name]([[type] [parameter]<, ...>]) [<description>] ``` I dont think this was intended to be the method description, which will be taken into account after #28902 Let me know if there's a better description, other then `Gets the child node definitions` :) Commits ------- 0d7a961 [Config] Fix @method annotation
2 parents 72ab16d + 0d7a961 commit 0daf414
Copy full SHA for 0daf414

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Config/Definition/Builder/ParentNodeDefinitionInterface.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.