Skip to content

Commit 7019f84

Browse files
e1himselfGromNaN
authored andcommitted
Add properties phpDoc to sfResponse
1 parent 7f0acdf commit 7019f84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/response/sfResponse.class.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
*/
2020
abstract class sfResponse implements Serializable
2121
{
22+
/** @var array */
2223
protected $options = array();
2324
/** @var sfEventDispatcher */
2425
protected $dispatcher = null;
26+
/** @var string */
2527
protected $content = '';
26-
28+
2729
/**
2830
* Class constructor.
2931
*

0 commit comments

Comments
 (0)