Completed
Pull Request — master (#275)
by
unknown
01:15
created
src/HasTags.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -239,6 +239,9 @@
 block discarded – undo
239 239
         })->all();
240 240
     }
241 241
 
242
+    /**
243
+     * @param string $type
244
+     */
242 245
     protected static function convertToTags($values, $type = null, $locale = null)
243 246
     {
244 247
         return collect($values)->map(function ($value) use ($type, $locale) {
Please login to merge, or discard this patch.