summaryrefslogtreecommitdiffstats
path: root/src/Components/Reference.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Components/Reference.php')
-rw-r--r--src/Components/Reference.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Components/Reference.php b/src/Components/Reference.php
index 3515791..6826f7f 100644
--- a/src/Components/Reference.php
+++ b/src/Components/Reference.php
@@ -137,10 +137,11 @@ class Reference extends Component
/**
* @param Reference $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 trim(
Context::escape($component->table)