Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fixed PHPDoc #6710

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 12, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class HttpKernelExtension extends \Twig_Extension
/**
* Constructor.
*
* @param HttpContentRenderer $kernel A HttpContentRenderer instance
* @param HttpContentRenderer $renderer A HttpContentRenderer instance
*/
public function __construct(HttpContentRenderer $renderer)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ActionsHelper extends Helper
/**
* Constructor.
*
* @param HttpContentRenderer $kernel A HttpContentRenderer instance
* @param HttpContentRenderer $renderer A HttpContentRenderer instance
*/
public function __construct(HttpContentRenderer $renderer)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -952,8 +952,9 @@ private function getDefinitionsFromArguments(array $arguments)
/**
* Checks if a service id has a reference
*
* @param string $id
* @param array $arguments
* @param string $id
* @param array $arguments
* @param Boolean $deep
*
* @return Boolean
*/
Expand Down
1 change: 1 addition & 0 deletions src/Symfony/Component/Finder/Shell/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ function($bit) { return null !== $bit; }
* Insert a string or a Command instance before the bit at given position $index (index starts from 0).
*
* @param string|Command $bit
* @param integer $index
*
* @return Command The current Command instance
*/
Expand Down
1 change: 1 addition & 0 deletions src/Symfony/Component/Routing/RequestContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class RequestContext
* @param string $scheme The HTTP scheme
* @param integer $httpPort The HTTP port
* @param integer $httpsPort The HTTPS port
* @param string $path The path
*
* @api
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Security/Http/HttpUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class HttpUtils
* Constructor.
*
* @param UrlGeneratorInterface $urlGenerator A UrlGeneratorInterface instance
* @param UrlMatcherInterface|RequestMatcherInterface $matcher The Url or Request matcher
* @param UrlMatcherInterface|RequestMatcherInterface $urlMatcher The Url or Request matcher
*/
public function __construct(UrlGeneratorInterface $urlGenerator = null, $urlMatcher = null)
{
Expand Down