Total Complexity | 3 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
16 | class OAuth1Factory |
||
17 | { |
||
18 | /** |
||
19 | * Create the new OAuth1Interface instance. |
||
20 | * |
||
21 | * @param array $config |
||
22 | * @param \Risan\OAuth1\Signature\SignerInterface|null $signer |
||
23 | * |
||
24 | * @return \Risan\OAuth1\OAuth1Interface |
||
25 | */ |
||
26 | 5 | public static function create(array $config, $signer = null) |
|
51 |