diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-05-01 12:30:56 +0200 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-05-01 12:30:56 +0200 |
commit | 9b38d6291ab08aadf4c565e6f9b218f689920688 (patch) | |
tree | 58ae7d36b3885266d5970f555f4c3aeaad181667 /Iterator | |
parent | dcd6e1ec54b7f75eacb365dacf4cb08462410e8e (diff) | |
download | Praspel-9b38d6291ab08aadf4c565e6f9b218f689920688.zip Praspel-9b38d6291ab08aadf4c565e6f9b218f689920688.tar.gz Praspel-9b38d6291ab08aadf4c565e6f9b218f689920688.tar.bz2 |
Update API documentation.
Diffstat (limited to 'Iterator')
-rw-r--r-- | Iterator/Coverage/Domain.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Iterator/Coverage/Domain.php b/Iterator/Coverage/Domain.php index 6698684..af660ce 100644 --- a/Iterator/Coverage/Domain.php +++ b/Iterator/Coverage/Domain.php @@ -100,7 +100,7 @@ class Domain implements \Hoa\Iterator { * Constructor. * * @access public - * @param array $variables Variables. + * @param mixed $variables Variables. * @return void */ public function __construct ( $variables ) { |