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 2de5126..220f86e 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 = array())
+ public static function build($component, array $options = [])
{
- $tmp = array();
+ $tmp = [];
foreach ($component as $componentPart) {
$tmp[] = $componentPart[0] . ' ' . $componentPart[1];
}