Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 93a488b

Browse filesBrowse files
committed
minor #18640 Add missing parenthesis in docblock description (j0k3r)
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
2 parents 38bbb57 + 199aa09 commit 93a488b
Copy full SHA for 93a488b

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎src/Symfony/Component/Routing/RouteCollectionBuilder.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/RouteCollectionBuilder.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public function setCondition($condition)
170170

171171
/**
172172
* Sets a default value that will be added to all embedded routes (unless that
173-
* default value is already set.
173+
* default value is already set).
174174
*
175175
* @param string $key
176176
* @param mixed $value
@@ -186,7 +186,7 @@ public function setDefault($key, $value)
186186

187187
/**
188188
* Sets a requirement that will be added to all embedded routes (unless that
189-
* requirement is already set.
189+
* requirement is already set).
190190
*
191191
* @param string $key
192192
* @param mixed $regex
@@ -202,7 +202,7 @@ public function setRequirement($key, $regex)
202202

203203
/**
204204
* Sets an opiton that will be added to all embedded routes (unless that
205-
* option is already set.
205+
* option is already set).
206206
*
207207
* @param string $key
208208
* @param mixed $value

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.