diff options
Diffstat (limited to 'src/Components/Array2d.php')
-rw-r--r-- | src/Components/Array2d.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Components/Array2d.php b/src/Components/Array2d.php index 268dcea..e4c0ed7 100644 --- a/src/Components/Array2d.php +++ b/src/Components/Array2d.php @@ -124,10 +124,11 @@ class Array2d extends Component /** * @param ArrayObj[] $component The component to be built. + * @param array $options Parameters for building. * * @return string */ - public static function build($component) + public static function build($component, array $options = array()) { return ArrayObj::build($component); } |