8000 fixed CS · symfony/symfony@e4c12da · GitHub
[go: up one dir, main page]

Skip to content

Commit e4c12da

Browse files
committed
fixed CS
1 parent 3d67aba commit e4c12da

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,7 @@ public function save()
226226
}
227227

228228
restore_error_handler();
229-
trigger_error(sprintf(
230-
'session_write_close(): Failed to write session data with %s handler',
231-
get_class($handler)
232-
), E_USER_WARNING);
229+
trigger_error(sprintf('session_write_close(): Failed to write session data with %s handler', get_class($handler)), E_USER_WARNING);
233230
}
234231

235232
$this->closed = true;

0 commit comments

Comments
 (0)
0