We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415903c commit d210458Copy full SHA for d210458
1 file changed
src/Http/Session.php
@@ -322,9 +322,8 @@ public function getIterator(): \Iterator
322
323
/**
324
* Cleans and minimizes meta structures. This method is called automatically on shutdown, do not call it directly.
325
- * @internal
326
*/
327
- public function clean(): void
+ private function clean(): void
328
{
329
if (!$this->isStarted()) {
330
return;
0 commit comments