fix docblock description for the build() method

This commit is contained in:
Christian Flothmann 2015-10-28 23:44:47 +01:00
parent 1190fd07ea
commit ca32ed4c02
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
*/