sverlan

Results 1 issues of sverlan

When using an ArrayAccess storage (I'm using adbario/slim-secure-session-middleware) the addMessage fails to write the message to the storage. The problem is that with ArrayAccess double indexing cannot be used: `$this->storage[$this->storageKey][$key]...