elliotchance / concise

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

'callable' is not being set in prototype #251

Closed elliotchance closed 9 years ago

elliotchance commented 9 years ago

It seems it will use \Closure instead of callable which will cause a failure in strict PHP mode when changing the parent prototype.