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 8684bdf commit b6dc048Copy full SHA for b6dc048
src/Twig/Extension/EmbedExtension.php
@@ -7,7 +7,7 @@
7
use Twig\Extension\AbstractExtension;
8
use Twig\TwigFunction;
9
10
-class EmbedExtension extends AbstractExtension
+final class EmbedExtension extends AbstractExtension
11
{
12
public function getFunctions(): array
13
tests/Twig/Extension/EmbedExtensionTest.php
@@ -6,9 +6,9 @@
6
use PHPUnit\Framework\TestCase;
-class EmbedExtensionTest extends TestCase
+final class EmbedExtensionTest extends TestCase
- public function testNoTestsYet()
+ public function testNoTestsYet(): void
$this->assertTrue(true);
14
}
0 commit comments