Skip to content

Commit 7b91b4d

Browse files
committed
Implement Twig_ExtensionInterface::getName
Class CSSFromHTMLExtractor\Twig\Extension contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Twig_ExtensionInterface::getName)
1 parent a59dc5b commit 7b91b4d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Twig/Extension.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,9 @@ public function buildCriticalCssFromSnippets()
5151
{
5252
return $this->pageSpecificCssService->buildExtractedRuleSet();
5353
}
54-
}
54+
55+
public function getName()
56+
{
57+
return 'css-form-html-extractor';
58+
}
59+
}

0 commit comments

Comments
 (0)