SignatureMethod removed from namespace

This commit is contained in:
Eher 2012-02-08 23:35:31 -02:00
parent 67680e1564
commit 9cc377d653
4 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Eher\OAuth\SignatureMethod; namespace Eher\OAuth;
/** /**
* The HMAC-SHA1 signature method uses the HMAC-SHA1 signature algorithm as defined in [RFC2104] * The HMAC-SHA1 signature method uses the HMAC-SHA1 signature algorithm as defined in [RFC2104]

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Eher\OAuth\SignatureMethod; namespace Eher\OAuth;
/** /**
* The PLAINTEXT method does not provide any security protection and SHOULD only be used * The PLAINTEXT method does not provide any security protection and SHOULD only be used

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Eher\OAuth\SignatureMethod; namespace Eher\OAuth;
/** /**
* A class for implementing a Signature Method * A class for implementing a Signature Method