Completed
Push — master ( 75ac31...11edf4 )
by Tobias
08:15 queued 06:58
created
src/FileStorage.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -137,6 +137,7 @@
 block discarded – undo
137 137
      *
138 138
      * @param MessageCatalogue $catalogue
139 139
      * @param string           $domain
140
+     * @param string $locale
140 141
      */
141 142
     private function writeCatalogue(MessageCatalogue $catalogue, $locale, $domain)
142 143
     {
Please login to merge, or discard this patch.
src/Loader/XliffLoader.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -132,6 +132,9 @@
 block discarded – undo
132 132
         return $dom;
133 133
     }
134 134
 
135
+    /**
136
+     * @param boolean $internalErrors
137
+     */
135 138
     private function getXmlErrors($internalErrors)
136 139
     {
137 140
         $errors = [];
Please login to merge, or discard this patch.
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.