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 fa4b334 commit 12e2e54Copy full SHA for 12e2e54
1 file changed
src/Http/Session.php
@@ -304,9 +304,8 @@ public function getIterator(): \Iterator
304
305
/**
306
* Cleans and minimizes meta structures. This method is called automatically on shutdown, do not call it directly.
307
- * @internal
308
*/
309
- public function clean(): void
+ private function clean(): void
310
{
311
if (!$this->isStarted()) {
312
return;
0 commit comments