mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
cs fix in Session class
This commit is contained in:
parent
246ab82658
commit
7b9b865a2c
@ -557,7 +557,7 @@ class Session implements SessionInterface
|
||||
public function push(string $key, array $data)
|
||||
{
|
||||
if ($this->has($key) && is_array($value = $this->get($key)))
|
||||
{
|
||||
{
|
||||
$this->set($key, array_merge($value, $data));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user