Skip to content

Commit 798febf

Browse files
committed
Fix some phpdocs for Twig extensions & templating helpers
1 parent e558eae commit 798febf

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
@@ -114,9 +114,7 @@ private function generateLogoutUrl($key, $referenceType)
114114
}
115115

116116
/**
117-
* Returns the canonical name of this helper.
118-
*
119-
* @return string The canonical name
117+
* {@inheritdoc}
120118
*/
121119
public function getName()
122120
{

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)