Skip to content

Commit 500fb9f

Browse files
committed
Apply fixes from StyleCI
1 parent e708043 commit 500fb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Collections/Arr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ public static function only($array, $keys)
517517
public static function select($array, $keys)
518518
{
519519
$keys = static::wrap($keys);
520-
520+
521521
return static::map($array, function ($item) use ($keys) {
522522
$result = [];
523523

0 commit comments

Comments
 (0)