summaryrefslogtreecommitdiffstats
path: root/src/Components/UnionKeyword.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Components/UnionKeyword.php')
-rw-r--r--src/Components/UnionKeyword.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Components/UnionKeyword.php b/src/Components/UnionKeyword.php
index dc06831..e3768bc 100644
--- a/src/Components/UnionKeyword.php
+++ b/src/Components/UnionKeyword.php
@@ -23,9 +23,9 @@ class UnionKeyword extends Component
*
* @return string
*/
- public static function build($component, array $options = [])
+ public static function build($component, array $options = array())
{
- $tmp = [];
+ $tmp = array();
foreach ($component as $componentPart) {
$tmp[] = $componentPart[0] . ' ' . $componentPart[1];
}