Skip to content

Commit 7e0a71e

Browse files
committed
[HOTFIX] Make inteface compatible to method definition
1 parent 243673c commit 7e0a71e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/Zend/Session/SaveHandler/Interface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ interface Zend_Session_SaveHandler_Interface
3939
* @param string $save_path
4040
* @param string $name
4141
*/
42-
public function open($save_path, $name);
42+
public function open(string $save_path, string $name);
4343

4444
/**
4545
* Close Session - free resources

0 commit comments

Comments
 (0)