Test Setup Failed
Pull Request — master (#323)
by
unknown
65:18
created
src/Translatable/Translatable.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Dimsav\Translatable;
4 4
 
5
-use App;
6 5
 use Illuminate\Database\Eloquent\Model;
7 6
 use Illuminate\Database\Eloquent\Builder;
8 7
 use Illuminate\Database\Eloquent\Relations\Relation;
Please login to merge, or discard this patch.
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
 
180 180
     /**
181 181
      * @param string $key
182
-     * @param mixed  $value
182
+     * @param string  $value
183 183
      *
184 184
      * @return $this
185 185
      */
@@ -283,7 +283,7 @@  discard block
 block discarded – undo
283 283
     }
284 284
 
285 285
     /**
286
-     * @param null $locale
286
+     * @param string $locale
287 287
      *
288 288
      * @return string
289 289
      */
@@ -299,7 +299,7 @@  discard block
 block discarded – undo
299 299
     }
300 300
 
301 301
     /**
302
-     * @param $locale
302
+     * @param string $locale
303 303
      *
304 304
      * @return bool
305 305
      */
@@ -633,7 +633,7 @@  discard block
 block discarded – undo
633 633
     /**
634 634
      * Set the default locale on the model.
635 635
      *
636
-     * @param $locale
636
+     * @param string|null $locale
637 637
      *
638 638
      * @return $this
639 639
      */
Please login to merge, or discard this patch.