Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 03a1b6c

Browse files
committed
Import internal PHP functions
1 parent 572924f commit 03a1b6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/BasicAccess.php

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
use Zend\Expressive\Authentication\UserInterface;
1515
use Zend\Expressive\Authentication\UserRepositoryInterface;
1616

17+
use function base64_decode;
18+
use function explode;
19+
use function preg_match;
20+
use function sprintf;
21+
1722
class BasicAccess implements AuthenticationInterface
1823
{
1924
/**

0 commit comments

Comments
 (0)