Skip to content

Commit

Permalink
CORE-974: Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilinTv committed Mar 13, 2018
1 parent 2ca8a8e commit 52d304a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ protected function registerTwig(Application $app)
}

/**
* @param Twig_Environment $twig
* @param \Twig_Environment $twig
*
* @return void
*/
protected function registerTwigFunctionCan(\Twig_Environment $twig)
protected function registerTwigFunctionCan(Twig_Environment $twig)
{
$canFunction = new Twig_SimpleFunction('can', [
$this,
Expand Down

0 comments on commit 52d304a

Please sign in to comment.