Skip to content
Snippets Groups Projects
Commit ffffb219 authored by Andrew Hoffmann's avatar Andrew Hoffmann
Browse files

Added `<?php` to README so pygments sees it as PHP code

parent 1523683a
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ To use the client, your application must require the `vendor/autoload.php` file ...@@ -32,6 +32,7 @@ To use the client, your application must require the `vendor/autoload.php` file
### Sending a request ### Sending a request
```php ```php
<?php
use edu\wisc\services\cbs\api\Product; use edu\wisc\services\cbs\api\Product;
use edu\wisc\services\cbs\client\ProductServiceSoapClient; use edu\wisc\services\cbs\client\ProductServiceSoapClient;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment