Skip to content

Commit 1ce34ef

Browse files
committed
WIP: Create StorageProviderInterface class
1 parent 125496d commit 1ce34ef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
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)