Skip to content

Commit 7d4f757

Browse files
committed
SN-1913 Add variable type
1 parent dfd5a05 commit 7d4f757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SecureNative.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class SecureNative
1111
private static $apiKey;
1212
private static SecureNativeOptions $options;
1313
private static EventManager $eventManager;
14-
private static $middleware;
14+
private static Middleware $middleware;
1515

1616
public static function init($apiKey = null, SecureNativeOptions $secureNativeOptions = null, EventManager $eventManager = null)
1717
{

0 commit comments

Comments
 (0)