Add docblock
This commit is contained in:
@@ -104,6 +104,9 @@ final class IconRuntime implements RuntimeExtensionInterface
|
|||||||
$this->removeBlackFillAttributes($svg);
|
$this->removeBlackFillAttributes($svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @throws IconNotFound when an svg file with the passed in name cannot be found
|
||||||
|
*/
|
||||||
private function findSvgFilepath(string $iconName): string
|
private function findSvgFilepath(string $iconName): string
|
||||||
{
|
{
|
||||||
foreach ($this->directories as $directory) {
|
foreach ($this->directories as $directory) {
|
||||||
|
|||||||
Reference in New Issue
Block a user