@@ -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 | if (($e->getAttribute('type')[0] ?? '') === 'radio') { |