mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-07 20:58:24 +00:00
Remove no longer used annotation use statements and replace with attribute use statements
This commit is contained in:
@@ -96,8 +96,6 @@ class ChillTwigRoutingHelper extends AbstractExtension
|
||||
* @param array $parameters
|
||||
* @param bool $relative
|
||||
* @param mixed|null $label
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getPathAddReturnPath($name, $parameters = [], $relative = false, $label = null): string
|
||||
{
|
||||
@@ -118,8 +116,6 @@ class ChillTwigRoutingHelper extends AbstractExtension
|
||||
* @param string $name
|
||||
* @param array $parameters
|
||||
* @param bool $relative
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getPathForwardReturnPath($name, $parameters = [], $relative = false): string
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user