diff options
Diffstat (limited to 'src/Components/IntoKeyword.php')
-rw-r--r-- | src/Components/IntoKeyword.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Components/IntoKeyword.php b/src/Components/IntoKeyword.php index 05540e6..b230308 100644 --- a/src/Components/IntoKeyword.php +++ b/src/Components/IntoKeyword.php @@ -133,10 +133,11 @@ class IntoKeyword extends Component /** * @param IntoKeyword $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 ($component->dest instanceof Expression) { $columns = !empty($component->columns) ? |