* @template T */
| 152 | * @template T |
| 153 | */ |
| 154 | interface ContainerInterface |
| 155 | { |
| 156 | /** |
| 157 | * @return T |
| 158 | */ |
| 159 | public function get(); |
| 160 | } |
| 161 | |
| 162 | /** |
| 163 | * @implements ContainerInterface<string> |
nothing calls this directly
no outgoing calls
no test coverage detected