Merge pull request #205 from SergiX44/analysis-ADeOEZ
Apply fixes from StyleCI
This commit is contained in:
commit
edd00c9f73
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