Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
parent
71e9ead655
commit
669611c8f6
1 changed files with 2 additions and 1 deletions
|
@ -140,7 +140,8 @@ class Session
|
|||
*
|
||||
* @return bool|void
|
||||
*/
|
||||
public function close() {
|
||||
public function close()
|
||||
{
|
||||
return session_write_close();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue