summaryrefslogtreecommitdiffstats
path: root/src/Components/SetOperation.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Components/SetOperation.php')
-rw-r--r--src/Components/SetOperation.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Components/SetOperation.php b/src/Components/SetOperation.php
index d272cab..3d04320 100644
--- a/src/Components/SetOperation.php
+++ b/src/Components/SetOperation.php
@@ -122,10 +122,11 @@ class SetOperation extends Component
/**
* @param SetOperation|SetOperation[] $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())
{
if (is_array($component)) {
return implode(', ', $component);