elliotchance / concise

✅ Concise is test framework for using plain English and minimal code, built on PHPUnit.
MIT License
45 stars 3 forks source link

andReturnCallback() does not need $count for first argument #232

Closed elliotchance closed 9 years ago

elliotchance commented 9 years ago
->andReturnCallback(function ($count, array $args) {
})

The $count is unnecessary,

elliotchance commented 9 years ago

The $count is actually how many times the closure has been called, not how many arguments are in $args