Completed
Pull Request — master (#15)
by Martin
05:23
created
src/Goetas/TwitalBundle/EventSubscriber/WhiteSpaceRemovalSubscriber.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -30,6 +30,9 @@
 block discarded – undo
30 30
         );
31 31
     }
32 32
 
33
+    /**
34
+     * @param string $query
35
+     */
33 36
     private function performXpathQuery(\DOMXPath $xp, $query, \DOMNode $ref)
34 37
     {
35 38
         if (defined('HHVM_VERSION')) {
Please login to merge, or discard this patch.
src/Goetas/TwitalBundle/DependencyInjection/GoetasTwitalExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Goetas\TwitalBundle\DependencyInjection;
4 4
 
5
-use Goetas\TwitalBundle\Assetic\DirectoryResourceDefinition;
6 5
 use Symfony\Component\Config\FileLocator;
7 6
 use Symfony\Component\DependencyInjection\ContainerBuilder;
8 7
 use Symfony\Component\DependencyInjection\Loader;
Please login to merge, or discard this patch.