Skip to content

Commit 984733e

Browse files
Merge branch '2.3' into 2.6
* 2.3: [HttpKernel] Embed the original exception as previous to bounced exceptions [Enhancement] netbeans - force interactive shell when limited detection [StringUtil] Fixed singularification of 'movies' Fix some phpdocs for Twig extensions & templating helpers Use specialized config methods instead of the generic ifTrue() method [DoctrineBridge] Add missing variable declaration in testcase Conflicts: src/Symfony/Component/Console/Application.php
2 parents f34703c + 798febf commit 984733e

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Templating/Helper/LogoutUrlHelper.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,7 @@ private function generateLogoutUrl($key, $referenceType)
121121
}
122122

123123
/**
124-
* Returns the canonical name of this helper.
125-
*
126-
* @return string The canonical name
124+
* {@inheritdoc}
127125
*/
128126
public function getName()
129127
{

Templating/Helper/SecurityHelper.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ public function isGranted($role, $object = null, $field = null)
4848
}
4949

5050
/**
51-
* Returns the canonical name of this helper.
52-
*
53-
* @return string The canonical name
51+
* {@inheritdoc}
5452
*/
5553
public function getName()
5654
{

0 commit comments

Comments
 (0)