Skip to content

Commit 4b56075

Browse files
committed
Update README.md
A couple of missing commas prevented the code samples compiling.
1 parent 9f014c8 commit 4b56075

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Use the client to query and manipulate your organisation’s Salesforce data. Fi
4949

5050
```php
5151
$builder = new \Phpforce\SoapClient\ClientBuilder(
52-
'/path/to/your/salesforce/wsdl/sandbox.enterprise.wsdl.xml'
52+
'/path/to/your/salesforce/wsdl/sandbox.enterprise.wsdl.xml',
5353
'username',
5454
'password',
5555
'security_token'
@@ -119,7 +119,7 @@ $log = new \Monolog\Logger('name');
119119
$log->pushHandler(new \Monolog\Handler\StreamHandler('path/to/your.log'));
120120

121121
$builder = new \Phpforce\SoapClient\ClientBuilder(
122-
'/path/to/your/salesforce/wsdl/sandbox.enterprise.wsdl.xml'
122+
'/path/to/your/salesforce/wsdl/sandbox.enterprise.wsdl.xml',
123123
'username',
124124
'password',
125125
'security_token'

0 commit comments

Comments
 (0)