diff options
Diffstat (limited to 'vendor/spomky-labs/otphp/src/FactoryInterface.php')
-rw-r--r-- | vendor/spomky-labs/otphp/src/FactoryInterface.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/spomky-labs/otphp/src/FactoryInterface.php b/vendor/spomky-labs/otphp/src/FactoryInterface.php index 74386adeb..dd14e45f9 100644 --- a/vendor/spomky-labs/otphp/src/FactoryInterface.php +++ b/vendor/spomky-labs/otphp/src/FactoryInterface.php @@ -9,6 +9,8 @@ interface FactoryInterface /** * This method is the unique public method of the class. It can load a provisioning Uri and convert it into an OTP * object. + * + * @param non-empty-string $uri */ public static function loadFromProvisioningUri(string $uri): OTPInterface; } |