| @@ -70,9 +70,9 @@ | ||
| 70 | 70 | $instance = new $resolvedId(); |
| 71 | 71 | return $instance; |
| 72 | 72 | } |
| 73 | 73 | |
| 74 | - throw new RuntimeException(sprintf('Service "%s" is not bound in container.', $id)); | |
| 74 | + throw new RuntimeException(esc_html(sprintf('Service "%s" is not bound in container.', $id))); | |
| 75 | 75 | } |
| 76 | 76 | |
| 77 | 77 | public function provider(ServiceProviderInterface $provider): void |
| 78 | 78 | { |