We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6f082 commit 1e5fd84Copy full SHA for 1e5fd84
src/Former/Framework/TwitterBootstrap3.php
@@ -185,7 +185,7 @@ protected function setFieldWidths($labelWidths)
185
public function getFieldClasses(Field $field, $classes)
186
{
187
// Add inline class for checkables
188
- if ($field->isCheckable() and count(array_intersect(['inline', 'checkbox-inline', 'radio-inline'], $classes)) > 0) {
+ if ($field->isCheckable() and count(array_intersect(array('inline', 'checkbox-inline', 'radio-inline'), $classes)) > 0) {
189
$field->inline();
190
}
191
0 commit comments