diff options
author | Tobias Schlitt <toby@php.net> | 2007-05-10 20:16:16 +0000 |
---|---|---|
committer | Tobias Schlitt <toby@php.net> | 2007-05-10 20:16:16 +0000 |
commit | c35bb1d06e3e9f2b5517a8486d3353921218f72a (patch) | |
tree | 324d34c6de5c31fdec635ac4095c6c6c356fb378 /src/data_container | |
parent | 0f62a7a31cc60440e682496b538db3e2e20fefe6 (diff) | |
download | zetacomponents-graph-c35bb1d06e3e9f2b5517a8486d3353921218f72a.zip zetacomponents-graph-c35bb1d06e3e9f2b5517a8486d3353921218f72a.tar.gz |
- Doc fixes.
# We abuse phpDoc here and therefore need type names without spaces.
Diffstat (limited to 'src/data_container')
-rw-r--r-- | src/data_container/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data_container/base.php b/src/data_container/base.php index 6a78d8a..7e6bba2 100644 --- a/src/data_container/base.php +++ b/src/data_container/base.php @@ -19,7 +19,7 @@ class ezcGraphChartDataContainer implements ArrayAccess, Iterator, Countable /** * Contains the data of a chart * - * @var array( ezcGraphDataSet ) + * @var array(ezcGraphDataSet) */ protected $data = array(); |