Completed
Push — master ( 75ac31...11edf4 )
by Tobias
08:15 queued 06:58
created
src/Dumper/Port/SymfonyPort.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -21,6 +21,9 @@
 block discarded – undo
21 21
  */
22 22
 class SymfonyPort
23 23
 {
24
+    /**
25
+     * @param string $domain
26
+     */
24 27
     public function dumpXliff2($defaultLocale, MessageCatalogue $messages, $domain, array $options = [])
25 28
     {
26 29
         $dom = new \DOMDocument('1.0', 'utf-8');
Please login to merge, or discard this patch.