Skip to content

Commit

Permalink
Session::clean() is private (BC break)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Sep 3, 2021
1 parent fa4b334 commit 12e2e54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Http/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,8 @@ public function getIterator(): \Iterator

/**
* Cleans and minimizes meta structures. This method is called automatically on shutdown, do not call it directly.
* @internal
*/
public function clean(): void
private function clean(): void
{
if (!$this->isStarted()) {
return;
Expand Down

0 comments on commit 12e2e54

Please sign in to comment.