Completed
Push — develop ( d9e0d9...390864 )
by Risan Bagja
01:33
created
src/OAuth1Factory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
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
         
Please login to merge, or discard this patch.