Skip to content

Commit

Permalink
Fix the compatibility with storage options
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
  • Loading branch information
roland-d committed Jun 18, 2019
1 parent 7ac7ec1 commit a15ea0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Session/Storage/JoomlaStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ protected function setCookieParams(): void
* @see http://php.net/session.configuration
* @since 4.0
*/
public function setOptions(array $options)
public function setOptions(array $options): NativeStorage
{
if (isset($options['force_ssl']))
{
Expand Down

0 comments on commit a15ea0e

Please sign in to comment.