Skip to content

Commit

Permalink
Make test file strict
Browse files Browse the repository at this point in the history
  • Loading branch information
mcg-web committed May 4, 2021
1 parent b18142e commit afbca6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Functional/DefaultValue/DefaultValueTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Overblog\GraphQLBundle\Tests\Functional\DefaultValue;

use Overblog\GraphQLBundle\Tests\Functional\TestCase;
Expand Down

0 comments on commit afbca6c

Please sign in to comment.