Skip to content

Commit

Permalink
run CS fixer (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaicher authored Feb 2, 2024
1 parent b482875 commit 7111718
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class DoctrineTestCompilerPassTest extends TestCase
/**
* @dataProvider processDataProvider
*/
public function testProcess(array $config, callable $assertCallback, callable $expectationCallback = null): void
public function testProcess(array $config, callable $assertCallback, ?callable $expectationCallback = null): void
{
$containerBuilder = new ContainerBuilder();
$extension = new DAMADoctrineTestExtension();
Expand Down

0 comments on commit 7111718

Please sign in to comment.