hoaproject/Consistency

Drop the `trait_exists` polyfill

Hywan opened this issue · 0 comments

Hywan commented

trait_exists lands since PHP 5.4 and we are requiring PHP 5.5, so we can remove it.

Thanks @djmattyg007 for the catch.