Skip to content

Commit

Permalink
Merge pull request #1 from petervanderwal/patch-1
Browse files Browse the repository at this point in the history
 Add return type to getTests() method
  • Loading branch information
erkens authored Feb 26, 2023
2 parents bc69309 + 822bd65 commit dd7205d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extension/InstanceOfExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class InstanceOfExtension extends AbstractExtension
{
public function getTests()
public function getTests(): array
{
return [
new TwigTest(
Expand Down

0 comments on commit dd7205d

Please sign in to comment.