summaryrefslogtreecommitdiffstats
path: root/src/Components
diff options
context:
space:
mode:
Diffstat (limited to 'src/Components')
-rw-r--r--src/Components/OptionsArray.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Components/OptionsArray.php b/src/Components/OptionsArray.php
index 42f0762..229b350 100644
--- a/src/Components/OptionsArray.php
+++ b/src/Components/OptionsArray.php
@@ -146,8 +146,8 @@ class OptionsArray extends Component
sprintf(
__('This option conflicts with "%1$s".'),
is_array($ret->options[$lastOptionId])
- ? $ret->options[$lastOptionId]['name']
- : $ret->options[$lastOptionId]
+ ? $ret->options[$lastOptionId]['name']
+ : $ret->options[$lastOptionId]
),
$token
);