Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jul 18, 2016
1 parent 41685fd commit 5de4d36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Spryker/Shared/Twig/TwigExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@

namespace Spryker\Shared\Twig;

abstract class TwigExtension extends \Twig_Extension {
abstract class TwigExtension extends \Twig_Extension
{
}
3 changes: 2 additions & 1 deletion src/Spryker/Shared/Twig/TwigFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@

namespace Spryker\Shared\Twig;

class TwigFilter extends \Twig_SimpleFilter {
class TwigFilter extends \Twig_SimpleFilter
{
}

0 comments on commit 5de4d36

Please sign in to comment.