Skip to content

Commit 6024db9

Browse files
committed
removed dots at the end of @param and @return
1 parent ce4c106 commit 6024db9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Routing/RedirectableUrlMatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class RedirectableUrlMatcher extends BaseMatcher
2121
/**
2222
* Redirects the user to another URL.
2323
*
24-
* @param string $path The path info to redirect to.
24+
* @param string $path The path info to redirect to
2525
* @param string $route The route that matched
2626
* @param string $scheme The URL scheme (null to keep the current one)
2727
*

Templating/Helper/FormHelper.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,9 @@ public function rest(FormView $view, array $variables = array())
223223
/**
224224
* Renders a block of the template.
225225
*
226-
* @param FormView $view The view for determining the used themes.
227-
* @param string $blockName The name of the block to render.
228-
* @param array $variables The variable to pass to the template.
226+
* @param FormView $view The view for determining the used themes
227+
* @param string $blockName The name of the block to render
228+
* @param array $variables The variable to pass to the template
229229
*
230230
* @return string The HTML markup
231231
*/

0 commit comments

Comments
 (0)