Completed
Push — master ( 51c937...a0b369 )
by Tobias
08:42
created
Twig/Node/Transchoice.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -13,6 +13,9 @@
 block discarded – undo
13 13
 
14 14
 class Transchoice extends \Twig_Node_Expression
15 15
 {
16
+    /**
17
+     * @param integer $lineno
18
+     */
16 19
     public function __construct(\Twig_Node_Expression_Array $arguments, $lineno)
17 20
     {
18 21
         parent::__construct(['arguments' => $arguments], [], $lineno);
Please login to merge, or discard this patch.
Twig/TranslationExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     }
44 44
 
45 45
     /**
46
-     * @return array
46
+     * @return \Twig_SimpleFilter[]
47 47
      */
48 48
     public function getFilters()
49 49
     {
Please login to merge, or discard this patch.
Command/DownloadCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use Translation\Bundle\Service\CacheClearer;
21 21
 use Translation\Bundle\Service\ConfigurationManager;
22 22
 use Translation\Bundle\Service\StorageManager;
23
-use Translation\Bundle\Model\Configuration;
24 23
 
25 24
 /**
26 25
  * @author Tobias Nyholm <[email protected]>
Please login to merge, or discard this patch.