Skip to content

Commit d6bf0d9

Browse files
committed
docs: improve doc comments
1 parent 35bd0c5 commit d6bf0d9

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

system/View/View.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,16 @@ class View implements RendererInterface
2929
use ViewDecoratorTrait;
3030

3131
/**
32-
* Data that is made available to the Views.
32+
* Saved Data.
3333
*
3434
* @var array
3535
*/
3636
protected $data = [];
3737

3838
/**
39-
* Merge savedData and userData
39+
* Data for the variables that are available in the Views.
40+
*
41+
* @var array|null
4042
*/
4143
protected $tempData;
4244

@@ -48,7 +50,7 @@ class View implements RendererInterface
4850
protected $viewPath;
4951

5052
/**
51-
* The render variables
53+
* Data for rendering including Caching and Debug Toolbar data.
5254
*
5355
* @var array
5456
*/

0 commit comments

Comments
 (0)