Completed
Pull Request — master (#179)
by
unknown
01:34
created
src/HasTranslations.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     }
35 35
 
36 36
     /**
37
-     * @param $key
37
+     * @param string $key
38 38
      * @param $value
39 39
      * @return HasTranslations
40 40
      */
Please login to merge, or discard this patch.
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\Translatable;
4 4
 
5
-use Illuminate\Support\Str;
6 5
 use Illuminate\Support\Facades\Config;
7
-use Spatie\Translatable\Scopes\WhereScope;
6
+use Illuminate\Support\Str;
8 7
 use Spatie\Translatable\Events\TranslationHasBeenSet;
9 8
 use Spatie\Translatable\Exceptions\AttributeIsNotTranslatable;
9
+use Spatie\Translatable\Scopes\WhereScope;
10 10
 
11 11
 trait HasTranslations
12 12
 {
Please login to merge, or discard this patch.