Completed
Pull Request — master (#20)
by Lasse
01:34
created
src/HasTags.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -165,6 +165,9 @@
 block discarded – undo
165 165
         return $this;
166 166
     }
167 167
 
168
+    /**
169
+     * @param string $type
170
+     */
168 171
     protected static function convertToTags($values, $type = null, $locale = null)
169 172
     {
170 173
         return collect($values)->map(function (string $value) use ($type, $locale) {
Please login to merge, or discard this patch.