Skip to content

Commit d210458

Browse files
committed
Session::clean() is private (BC break)
1 parent 415903c commit d210458

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Http/Session.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,8 @@ public function getIterator(): \Iterator
322322

323323
/**
324324
* Cleans and minimizes meta structures. This method is called automatically on shutdown, do not call it directly.
325-
* @internal
326325
*/
327-
public function clean(): void
326+
private function clean(): void
328327
{
329328
if (!$this->isStarted()) {
330329
return;

0 commit comments

Comments
 (0)