Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/Arr/Arr.php
  • Loading branch information
prisis committed Sep 17, 2016
2 parents 51f4c8b + 1a04eca commit 0429f35
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/Arr/Arr.php
Expand Up @@ -1168,21 +1168,6 @@ public static function except(array $array, $keys): array
return $array;
}

/**
* Get all of the given array except for a specified array of items.
*
* @param array $array
* @param array|string $keys
*
* @return array
*/
public static function except(array $array, $keys): array
{
static::forget($array, $keys);

return $array;
}

/**
* Return the default value of the given value.
*
Expand Down

0 comments on commit 0429f35

Please sign in to comment.