We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8901b70 + 1134f1c commit 9d96329Copy full SHA for 9d96329
README.md
@@ -231,7 +231,7 @@ $wsdl = ($provider)('some.wsdl');
231
#### Writing your own WSDL provider
232
233
Didn't find the WSDL provider you needed?
234
-No worries! It is very easy to create your own WSDL provider. The only thing you'll need to do is implement the WsdlProviderInterface:
+No worries! It is very easy to create your own WSDL provider. The only thing you'll need to do is implement the `WsdlProvider` interface:
235
236
```php
237
namespace Soap\ExtSoapEngine\Wsdl;
0 commit comments