Skip to content

Commit

Permalink
remove references to "Silex"
Browse files Browse the repository at this point in the history
  • Loading branch information
a1812 authored and Nyholm committed Apr 2, 2021
1 parent 6502ccb commit 93fc00b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Session/Storage/MockFileSessionStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,8 @@ public function save()
$this->data = $data;
}

// this is needed for Silex, where the session object is re-used across requests
// in functional tests. In Symfony, the container is rebooted, so we don't have
// this issue
// this is needed when the session object is re-used across multiple requests
// in functional tests.
$this->started = false;
}

Expand Down

0 comments on commit 93fc00b

Please sign in to comment.