Completed
Pull Request — master (#1)
by Sascha-Oliver
13:26
created
src/Bridge/Symfony/XliffFileDumper.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -38,6 +38,7 @@  discard block
 block discarded – undo
38 38
 
39 39
     /**
40 40
      * {@inheritdoc}
41
+     * @param string $domain
41 42
      */
42 43
     protected function format(MessageCatalogue $messages, $domain)
43 44
     {
@@ -54,6 +55,9 @@  discard block
 block discarded – undo
54 55
         return 'xlf';
55 56
     }
56 57
 
58
+    /**
59
+     * @param string $domain
60
+     */
57 61
     private function dumpXliff1($defaultLocale, MessageCatalogue $messages, $domain, array $options = array())
58 62
     {
59 63
         $toolInfo = array('tool-id' => 'symfony', 'tool-name' => 'Symfony');
@@ -129,6 +133,9 @@  discard block
 block discarded – undo
129 133
         return $dom->saveXML();
130 134
     }
131 135
 
136
+    /**
137
+     * @param string $domain
138
+     */
132 139
     private function dumpXliff2($defaultLocale, MessageCatalogue $messages, $domain, array $options = array())
133 140
     {
134 141
         $dom = new \DOMDocument('1.0', 'utf-8');
Please login to merge, or discard this patch.
src/PhraseApp.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@
 block discarded – undo
32 32
      *
33 33
      * @param PhraseAppClient $client
34 34
      * @param string $projectId
35
-     * @param string $acountId
36 35
      */
37 36
     public function __construct(PhraseAppClient $client, string $projectId, array $localeToIdMapping)
38 37
     {
Please login to merge, or discard this patch.