Add docblock

This commit is contained in:
2024-01-11 16:07:57 +00:00
parent 6ab2baeb4e
commit 15ee51b884

View File

@@ -104,6 +104,9 @@ final class IconRuntime implements RuntimeExtensionInterface
$this->removeBlackFillAttributes($svg);
}
/**
* @throws IconNotFound when an svg file with the passed in name cannot be found
*/
private function findSvgFilepath(string $iconName): string
{
foreach ($this->directories as $directory) {