Skip to content

Commit 4ebe7dd

Browse files
committed
Session::clean() is private
1 parent 6b5a2e1 commit 4ebe7dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Http/Session.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,9 @@ public function getIterator(): \Iterator
352352

353353

354354
/**
355-
* Cleans and minimizes meta structures. This method is called automatically on shutdown, do not call it directly.
356-
* @internal
355+
* Cleans and minimizes meta structures.
357356
*/
358-
public function clean(): void
357+
private function clean(): void
359358
{
360359
if (!$this->isStarted()) {
361360
return;

0 commit comments

Comments
 (0)