Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/3496' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Storage/SessionArrayStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
namespace Zend\Session\Storage;

use ArrayAccess;
use ArrayIterator;
use IteratorAggregate;
use Zend\Session\Exception;

/**
* Session storage in $_SESSION
Expand Down

0 comments on commit b8939bd

Please sign in to comment.