Code
- list.php ➔ map()
- list.php ➔ chain()
- list.php ➔ filter()
- list.php ➔ reduce()
- list.php ➔ each()
- list.php ➔ head()
- list.php ➔ last()
- list.php ➔ init()
- list.php ➔ tail()
- list.php ➔ reverse()
- list.php ➔ length()
- list.php ➔ allSatisfies()
- list.php ➔ anySatisfies()
- list.php ➔ concat()
- list.php ➔ concatAll()
- list.php ➔ insert()
- list.php ➔ insertAll()
- list.php ➔ append()
- list.php ➔ prepend()
- list.php ➔ take()
- list.php ➔ takeWhile()
- list.php ➔ takeLastWhile()
- list.php ➔ takeUntil()
- list.php ➔ takeLastUntil()
- list.php ➔ remove()
- list.php ➔ removeWhile()
- list.php ➔ removeLastWhile()
- list.php ➔ removeUntil()
- list.php ➔ removeLastUntil()
- list.php ➔ fromPairs()
- list.php ➔ slices()
- list.php ➔ contains()
- list.php ➔ findIndex()
- list.php ➔ findLastIndex()
- list.php ➔ find()
- list.php ➔ findLast()
- list.php ➔ indexOf()
- list.php ➔ lastIndexOf()
- list.php ➔ uniqueBy()
- list.php ➔ unique()
- list.php ➔ groupBy()
- list.php ➔ pairsFrom()
- list.php ➔ sort()

Loading history...
This check looks for PHPDoc comments describing methods or function parameters that do not exist on the corresponding method or function.
Consider the following example. The parameter
$italyis not defined by the methodfinale(...).The most likely cause is that the parameter was removed, but the annotation was not.