Passed
Pull Request — master (#159)
by
unknown
04:58
created
src/Console/Commands/UpgradeV5ToV8.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -306,7 +306,7 @@
 block discarded – undo
306 306
             ->from('love_likes')
307 307
             ->groupBy('type_id')
308 308
             ->get()
309
-            ->pluck('type_id')->map(function($type) {
309
+            ->pluck('type_id')->map(function ($type) {
310 310
                 return ucfirst(strtolower($type));
311 311
             });
312 312
         return $types;
Please login to merge, or discard this patch.