@@ -88,11 +88,11 @@ public function setSessionInformation(SessionInformation $sessionInformation)
88
88
'session_id ' => $ sessionInformation ->getSessionId (),
89
89
'username ' => $ sessionInformation ->getUsername (),
90
90
'last_request ' => $ sessionInformation ->getLastRequest (),
91
- 'expired ' => $ sessionInformation ->getExpired ()
91
+ 'expired ' => $ sessionInformation ->getExpired (),
92
92
),
93
93
array (
94
94
'last_request ' => 'datetime ' ,
95
- 'expired ' => 'datetime '
95
+ 'expired ' => 'datetime ' ,
96
96
)
97
97
);
98
98
@@ -121,11 +121,11 @@ public function setSessionInformation(SessionInformation $sessionInformation)
121
121
'session_id ' => $ sessionInformation ->getSessionId (),
122
122
'username ' => $ sessionInformation ->getUsername (),
123
123
'last_request ' => $ sessionInformation ->getLastRequest (),
124
- 'expired ' => $ sessionInformation ->getExpired ()
124
+ 'expired ' => $ sessionInformation ->getExpired (),
125
125
),
126
126
array (
127
127
'last_request ' => 'datetime ' ,
128
- 'expired ' => 'datetime '
128
+ 'expired ' => 'datetime ' ,
129
129
)
130
130
);
131
131
} catch (DBALException $ e ) {
0 commit comments