Skip to content

Commit

Permalink
merged branch vicb/typo (PR #6268)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Commits
-------

70a69d4 [Routing] fix typo

Discussion
----------

[Routing] fix typo
  • Loading branch information
fabpot committed Dec 11, 2012
2 parents 7200703 + 70a69d4 commit 1072f0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ private function compileRoutes(RouteCollection $routes, $supportsRedirections)
* *
* @param DumperPrefixCollection $routes A DumperPrefixCollection instance * @param DumperPrefixCollection $routes A DumperPrefixCollection instance
* @param Boolean $supportsRedirections Whether redirections are supported by the base class * @param Boolean $supportsRedirections Whether redirections are supported by the base class
* @parma string $prefix Prefix of the parent collection * @param string $prefix Prefix of the parent collection
* *
* @return string PHP code * @return string PHP code
*/ */
Expand Down

0 comments on commit 1072f0e

Please sign in to comment.