diff options
Diffstat (limited to 'src/datasets/array.php')
-rw-r--r-- | src/datasets/array.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datasets/array.php b/src/datasets/array.php index 00951cb..076a395 100644 --- a/src/datasets/array.php +++ b/src/datasets/array.php @@ -18,7 +18,7 @@ class ezcGraphArrayDataSet extends ezcGraphDataSet /** * Constructor * - * @param mixed $options Array or Iterator containing the data + * @param array|Iterator $options Array or Iterator containing the data * @return void */ public function __construct( $data ) @@ -32,7 +32,7 @@ class ezcGraphArrayDataSet extends ezcGraphDataSet * * Can handle data provided through an array or iterator. * - * @param mixed $data + * @param array|Iterator $data * @access public * @return void */ |