diff --git a/src/Twig/Runtime/IconRuntime.php b/src/Twig/Runtime/IconRuntime.php index 9cf400b..e2c92df 100644 --- a/src/Twig/Runtime/IconRuntime.php +++ b/src/Twig/Runtime/IconRuntime.php @@ -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) {