Skip to content

Commit a25e440

Browse files
committed
Revert
1 parent f3c5bb7 commit a25e440

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/TwigComponent/src/ComponentFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ public function mountFromObject(object $component, array $data, ComponentMetadat
110110
$attributes = $data[$attributesVar] ?? [];
111111
unset($data[$attributesVar]);
112112

113-
// ensure remaining data is scalar
114113
foreach ($data as $key => $value) {
115114
if ($value instanceof \Stringable) {
116115
$data[$key] = (string) $value;

0 commit comments

Comments
 (0)