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 2b13e8e commit 682fb39Copy full SHA for 682fb39
src/Factory/LineRendererFactory.php
@@ -24,7 +24,7 @@ private function __construct()
24
}
25
26
/**
27
- * Get a singleton of a line renderer.
+ * Get the singleton of a line renderer.
28
*
29
* @param string $type the type
30
* @param mixed ...$ctorArgs the constructor arguments
src/Factory/RendererFactory.php
- * Get a singleton of a renderer.
+ * Get the singleton of a renderer.
* @param string $renderer the renderer
0 commit comments