@@ -30,6 +30,10 @@ |
||
30 | 30 | 'compiler.post_load' => array( 'removeWhitespace', - 10) |
31 | 31 | ); |
32 | 32 | } |
33 | + |
|
34 | + /** |
|
35 | + * @param string $query |
|
36 | + */ |
|
33 | 37 | private function performXpathQuery(\DOMXPath $xp, $query, \DOMNode $ref) |
34 | 38 | { |
35 | 39 | if (defined('HHVM_VERSION')) { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace Goetas\TwitalBundle\EventSubscriber; |
3 | 3 | |
4 | 4 | use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
5 | -use Goetas\Twital\EventDispatcher\SourceEvent; |
|
6 | 5 | use Goetas\Twital\EventDispatcher\TemplateEvent; |
7 | 6 | use Goetas\Twital\Twital; |
8 | 7 |