Skip to content

Commit

Permalink
[HttpFoundation] added missing variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 11, 2012
1 parent 1db7ba4 commit 61bec64
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -29,6 +29,8 @@ class MockFileSessionStorage extends MockArraySessionStorage
*/
private $savePath;

private $sessionData;

/**
* Constructor.
*
Expand Down

0 comments on commit 61bec64

Please sign in to comment.