Skip to content

Commit 9fdabc2

Browse files
committed
WIP: Create StorageProviderInterface class
1 parent bdb7d3b commit 9fdabc2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace SimpleSAML\SAML2;
6+
7+
interface StorageProviderInterface
8+
{
9+
}

0 commit comments

Comments
 (0)