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
This commit is contained in:
Fabien Potencier 2015-10-29 11:52:05 -07:00
commit e2022ce0f2
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ class RouteCollectionBuilder
}
/**
* Creates the final ArrayCollection, returns it, and clears everything.
* Creates the final RouteCollection and returns it.
*
* @return RouteCollection
*/