Skip to content

Commit e482753

Browse files
committed
formatting changes
1 parent 82c8232 commit e482753

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: examples/php/basic-file-get.php

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?php
2-
$client_id = 'demo';
3-
$username = 'demo';
4-
$password = 'demo';
2+
3+
$client_id = 'demo';
4+
$username = 'demo';
5+
$password = 'demo';
56

6-
$to = '9841000000';
7-
$text = 'I am trying the Sparrow SMS API using a Demo account';
7+
$to = '9841000000';
8+
$text = 'I am trying the Sparrow SMS API using a Demo account';
89

910
// STEP 1
1011
// build the url

0 commit comments

Comments
 (0)