Skip to content

Commit 26c8b1b

Browse files
committed
Change Config class to use interface instead of class hint for Key and Server Config.
1 parent 8d2c826 commit 26c8b1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
use Pdsinterop\Solid\Auth\Config\Client;
66
use Pdsinterop\Solid\Auth\Config\Expiration;
7-
use Pdsinterop\Solid\Auth\Config\Keys;
8-
use Pdsinterop\Solid\Auth\Config\Server;
7+
use Pdsinterop\Solid\Auth\Config\KeysInterface as Keys;
8+
use Pdsinterop\Solid\Auth\Config\ServerInterface as Server;
99

1010
class Config
1111
{

0 commit comments

Comments
 (0)