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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/FunctionCall.php b/src/Components/FunctionCall.php
index 43eb082..55d9e2c 100644
--- a/src/Components/FunctionCall.php
+++ b/src/Components/FunctionCall.php
@@ -120,6 +120,6 @@ class FunctionCall extends Component
*/
public static function build($component)
{
- return $component->name . ArrayObj::build($component->parameters);
+ return $component->name . $component->parameters;
}
}