Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Aug 28, 2023
1 parent 8684bdf commit b6dc048
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Twig/Extension/EmbedExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Twig\Extension\AbstractExtension;
use Twig\TwigFunction;

class EmbedExtension extends AbstractExtension
final class EmbedExtension extends AbstractExtension
{
public function getFunctions(): array
{
Expand Down
4 changes: 2 additions & 2 deletions tests/Twig/Extension/EmbedExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

use PHPUnit\Framework\TestCase;

class EmbedExtensionTest extends TestCase
final class EmbedExtensionTest extends TestCase
{
public function testNoTestsYet()
public function testNoTestsYet(): void
{
$this->assertTrue(true);
}
Expand Down

0 comments on commit b6dc048

Please sign in to comment.