@@ -83,7 +83,7 @@ |
||
83 | 83 | |
84 | 84 | private function getProps(iterable $properties): string |
85 | 85 | { |
86 | - $props = ''; |
|
86 | + $props = ''; |
|
87 | 87 | foreach ($properties as $propKey => $propValue) { |
88 | 88 | if ($props !== '') { |
89 | 89 | $props .= ', '; |