Skip to content

Commit 041dc38

Browse files
committed
Session::clean() is private (BC break)
1 parent cd5517b commit 041dc38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Http/Session.php

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

305305
/**
306306
* Cleans and minimizes meta structures. This method is called automatically on shutdown, do not call it directly.
307-
* @internal
308307
*/
309-
public function clean(): void
308+
private function clean(): void
310309
{
311310
if (!$this->isStarted()) {
312311
return;

0 commit comments

Comments
 (0)