| @@ -8,11 +8,11 @@ | ||
| 8 | 8 | */ |
| 9 | 9 | |
| 10 | 10 | namespace ElasticPress; |
| 11 | 11 | |
| 12 | -use \Psr\Container\ContainerInterface; | |
| 12 | +use ElasticPress\Vendor_Prefixed\Psr\Container\ContainerInterface; | |
| 13 | 13 | |
| 14 | -use \ElasticPress\Exception\NotFoundException; | |
| 14 | +use ElasticPress\Exception\NotFoundException; | |
| 15 | 15 | |
| 16 | 16 | /** |
| 17 | 17 | * PSR11 compliant container class |
| 18 | 18 | */ |
| @@ -48,9 +48,9 @@ | ||
| 48 | 48 | * @param string $id Identifier of the entry to look for. |
| 49 | 49 | * |
| 50 | 50 | * @return bool |
| 51 | 51 | */ |
| 52 | - public function has( $id ) : bool { | |
| 52 | + public function has( $id ): bool { | |
| 53 | 53 | return isset( $this->instances[ $id ] ); |
| 54 | 54 | } |
| 55 | 55 | |
| 56 | 56 | /** |