Completed
Push — 2.0 ( a75017...03661f )
by Nicolas
02:55
created
Repositories/Eloquent/EloquentTagRepository.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,6 +21,9 @@  discard block
 block discarded – undo
21 21
         return $this->setLocaleAsKey($tags);
22 22
     }
23 23
 
24
+    /**
25
+     * @param \Illuminate\Database\Eloquent\Collection $tags
26
+     */
24 27
     private function setLocaleAsKey($tags)
25 28
     {
26 29
         $cleanedTags = [];
@@ -42,7 +45,7 @@  discard block
 block discarded – undo
42 45
      * Create the tag for the specified language
43 46
      * @param  string $lang
44 47
      * @param  array  $name
45
-     * @return mixed
48
+     * @return \Illuminate\Database\Eloquent\Model
46 49
      */
47 50
     public function createForLanguage($lang = 'en', $name)
48 51
     {
Please login to merge, or discard this patch.