Skip to content

Commit

Permalink
PSR-2 refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
zelenin committed Apr 20, 2014
1 parent 945a303 commit 87ba1a0
Show file tree
Hide file tree
Showing 2 changed files with 403 additions and 391 deletions.
4 changes: 2 additions & 2 deletions example.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require_once 'vendor/autoload.php';

$sms = new \Zelenin\smsru( 'api_id', 'login', 'password' );
$sms = new \Zelenin\smsru('api_id', 'login', 'password');
// $sms = new \Zelenin\smsru( 'api_id' );
// $sms = new \Zelenin\smsru( null, 'login', 'password' );

Expand Down Expand Up @@ -42,4 +42,4 @@

echo '<pre>';

print_r( $result );
print_r($result);
Loading

0 comments on commit 87ba1a0

Please sign in to comment.