Completed
Push — master ( d7e919...298f7d )
by Simonas
64:16
created
Service/Import/ImportManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
      *
134 134
      * @param string $domain
135 135
      * @param string $path
136
-     * @param array $directories
136
+     * @param string[] $directories
137 137
      *
138 138
      * @return array
139 139
      */
Please login to merge, or discard this patch.
Service/TranslationManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
     /**
112 112
      * @param string $id
113 113
      *
114
-     * @return Translation|object
114
+     * @return null|\ReflectionClass
115 115
      */
116 116
     public function getTranslation($id)
117 117
     {
Please login to merge, or discard this patch.