Skip to content

Commit

Permalink
Refactor Twig usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jul 18, 2016
1 parent 24e92ea commit 75454a0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
11 changes: 11 additions & 0 deletions src/Spryker/Shared/Twig/TwigExtension.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

/**
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace Spryker\Shared\Twig;

abstract class TwigExtension extends \Twig_Extension {
}
11 changes: 11 additions & 0 deletions src/Spryker/Shared/Twig/TwigSimpleFilter.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

/**
* Copyright © 2016-present Spryker Systems GmbH. All rights reserved.
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace Spryker\Shared\Twig;

class TwigSimpleFilter extends \Twig_SimpleFilter {
}
8 changes: 0 additions & 8 deletions src/TwigExtension.php

This file was deleted.

0 comments on commit 75454a0

Please sign in to comment.