php-fig / container

MIT License
9.93k stars 52 forks source link

'-Interface' suffix on exceptions is inconsistent with other PSRs. #13

Closed webdevxp closed 7 years ago

webdevxp commented 7 years ago

There's no '-Interface' suffix in other PSRs with exception interfaces. Should PSR-11 follow those PSRs?

mnapoli commented 7 years ago

The other PSRs were not consistent with the PSR rules, which this PSR is following. So it rather should be the other way around :)

webdevxp commented 7 years ago

I'm so sad :(. Thank you for clarification.

webdevxp commented 7 years ago

Another question. Is PSR-11 accepted? I'm not sure because in php-fig website said it is in review phase.

mnapoli commented 7 years ago

@webdevxp yes it is accepted, the website is not up to date because of some build issue IIRC.

Closing :)