php-fig / container

MIT License
9.95k stars 53 forks source link

Suffix interfaces with "Interface" #9

Closed greg0ire closed 7 years ago

greg0ire commented 7 years ago

This is what is specified. Fixes #8

greg0ire commented 7 years ago

Did a grep for Exception to be sure not to miss anything.

moufmouf commented 7 years ago

:+1: Thanks a lot @greg0ire !

@mnapoli : Not completely related but looking at the PHPDoc of "has", I realize we forget to put a "@throw" for ContainerExceptionInterface. Maybe we should put one here too?

mnapoli commented 7 years ago

thanks :+1:

@moufmouf yep!