@@ -28,7 +28,7 @@ |
||
28 | 28 | $signer = new HmacSha1Signer; |
29 | 29 | } |
30 | 30 | |
31 | - if (! $signer instanceof SignerInterface) { |
|
31 | + if (!$signer instanceof SignerInterface) { |
|
32 | 32 | throw new InvalidArgumentException('The signer must implement the \Risan\OAuth1\Signature\SignerInterface.'); |
33 | 33 | } |
34 | 34 |