summaryrefslogtreecommitdiffstats
path: root/src/Components/FunctionCall.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Components/FunctionCall.php')
-rw-r--r--src/Components/FunctionCall.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Components/FunctionCall.php b/src/Components/FunctionCall.php
index 55d9e2c..54e95ac 100644
--- a/src/Components/FunctionCall.php
+++ b/src/Components/FunctionCall.php
@@ -115,10 +115,11 @@ class FunctionCall extends Component
/**
* @param FunctionCall $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 $component->name . $component->parameters;
}