Skip to content

Commit 2a80c07

Browse files
e1himselfGromNaN
authored andcommitted
Add missing props phpDocs to sfSessionStorage
1 parent 7019f84 commit 2a80c07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/storage/sfCacheSessionStorage.class.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ class sfCacheSessionStorage extends sfStorage
2424
protected $response = null;
2525
/** @var sfCache|null */
2626
protected $cache = null;
27+
/** @var array */
2728
protected $data = array();
29+
/** @var bool */
2830
protected $dataChanged = false;
2931

3032
/**

0 commit comments

Comments
 (0)