SignatureMethod removed from namespace
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| <?php | ||||
| 
 | ||||
| namespace Eher\OAuth\SignatureMethod; | ||||
| namespace Eher\OAuth; | ||||
| 
 | ||||
| /** | ||||
|  * The HMAC-SHA1 signature method uses the HMAC-SHA1 signature algorithm as defined in [RFC2104] | ||||
| @@ -1,6 +1,6 @@ | ||||
| <?php | ||||
| 
 | ||||
| namespace Eher\OAuth\SignatureMethod; | ||||
| namespace Eher\OAuth; | ||||
| 
 | ||||
| /** | ||||
|  * The PLAINTEXT method does not provide any security protection and SHOULD only be used | ||||
| @@ -1,6 +1,6 @@ | ||||
| <?php | ||||
| 
 | ||||
| namespace Eher\OAuth\SignatureMethod; | ||||
| namespace Eher\OAuth; | ||||
| 
 | ||||
| /** | ||||
|  * A class for implementing a Signature Method | ||||
		Reference in New Issue
	
	Block a user
	 Eher
					Eher