Merge pull request #205 from SergiX44/analysis-ADeOEZ

Apply fixes from StyleCI
This commit is contained in:
Sergio Brighenti 2020-04-22 16:41:53 +02:00 committed by GitHub
commit edd00c9f73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,7 +140,8 @@ class Session
*
* @return bool|void
*/
public function close() {
public function close()
{
return session_write_close();
}