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 f26124c commit dcd2426Copy full SHA for dcd2426
src/Map/src/Renderer/Renderers.php
@@ -57,7 +57,7 @@ public function renderMap(Map $map, array $attributes = []): string
57
return $renderer->renderMap($map, $attributes);
58
}
59
60
- public function __toString()
+ public function __toString(): string
61
{
62
return implode(', ', array_keys($this->renderers));
63
0 commit comments