Completed
Pull Request — master (#41)
by
unknown
07:52
created
src/Translation/Reader.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -109,8 +109,8 @@  discard block
 block discarded – undo
109 109
      * Load all directory file translation (multiple group) into translations collection.
110 110
      *
111 111
      * @param $directory
112
-     * @param $locale
113
-     * @param $namespace
112
+     * @param string $locale
113
+     * @param null|string $namespace
114 114
      */
115 115
     private function loadTranslationsInDirectory($directory, $locale, $namespace)
116 116
     {
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
      * Return relative path of language file.
180 180
      *
181 181
      * @param $file
182
-     * @return mixed
182
+     * @return string
183 183
      */
184 184
     private function sourceFile($file)
185 185
     {
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
     /**
190 190
      * Return relative path related to base_path().
191 191
      *
192
-     * @param $path
192
+     * @param string $path
193 193
      * @return string
194 194
      */
195 195
     private function toRelative($path)
Please login to merge, or discard this patch.