10000 minor #16374 [Routing] fix docblock description for the build() metho… · symfony/symfony@e2022ce · GitHub
[go: up one dir, main page]

Skip to content

Commit e2022ce

Browse files
committed
minor #16374 [Routing] fix docblock description for the build() method (xabbuh)
This PR was merged into the 2.8 branch. Discussion ---------- [Routing] fix docblock description for the build() method | Q | A | ------------- | --- | Fixed tickets | #15778 | License | MIT Commits ------- ca32ed4 fix docblock description for the build() method
2 parents 5e666e6 + ca32ed4 commit e2022ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Routing/RouteCollectionBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public function setMethods($methods)
238238
}
239239

240240
/** 53D9
241-
* Creates the final ArrayCollection, returns it, and clears everything.
241+
* Creates the final RouteCollection and returns it.
242242
*
243243
* @return RouteCollection
244244
*/

0 commit comments

Comments
 (0)
0