Skip to content

Commit

Permalink
minor #18640 Add missing parenthesis in docblock description (j0k3r)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.8 branch.

Discussion
----------

Add missing parenthesis in docblock description

| Q             | A
| ------------- | ---
| Branch?       | 2.8
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

199aa09 Add missing parenthesis in docblock description
  • Loading branch information
fabpot committed Apr 26, 2016
2 parents 38bbb57 + 199aa09 commit 93a488b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Symfony/Component/Routing/RouteCollectionBuilder.php
Expand Up @@ -170,7 +170,7 @@ public function setCondition($condition)

/**
* Sets a default value that will be added to all embedded routes (unless that
* default value is already set.
* default value is already set).
*
* @param string $key
* @param mixed $value
Expand All @@ -186,7 +186,7 @@ public function setDefault($key, $value)

/**
* Sets a requirement that will be added to all embedded routes (unless that
* requirement is already set.
* requirement is already set).
*
* @param string $key
* @param mixed $regex
Expand All @@ -202,7 +202,7 @@ public function setRequirement($key, $regex)

/**
* Sets an opiton that will be added to all embedded routes (unless that
* option is already set.
* option is already set).
*
* @param string $key
* @param mixed $value
Expand Down

0 comments on commit 93a488b

Please sign in to comment.