We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243673c commit 7e0a71eCopy full SHA for 7e0a71e
1 file changed
library/Zend/Session/SaveHandler/Interface.php
@@ -39,7 +39,7 @@ interface Zend_Session_SaveHandler_Interface
39
* @param string $save_path
40
* @param string $name
41
*/
42
- public function open($save_path, $name);
+ public function open(string $save_path, string $name);
43
44
/**
45
* Close Session - free resources
0 commit comments