@@ -31,7 +31,7 @@ |
||
| 31 | 31 | if (array_key_exists('comment', $extensions)) { |
| 32 | 32 | $base->setAttribute('message', $extensions['comment']); |
| 33 | 33 | } |
| 34 | - $base->filter(function ($e) { |
|
| 34 | + $base->filter(function($e) { |
|
| 35 | 35 | if ($e instanceof HTMLElement) { |
| 36 | 36 | if ($e->getTag() === 'label') { |
| 37 | 37 | return false; |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | { |
| 27 | 27 | // add extra classes |
| 28 | 28 | $previous->walk( |
| 29 | - function ($e) { |
|
| 29 | + function($e) { |
|
| 30 | 30 | if ($e instanceof HTMLElement) { |
| 31 | 31 | if ($e->getTag() === 'input') { |
| 32 | 32 | $e->setTag('b-input'); |