Skip to content

Commit 8b4360b

Browse files
OskarStarknicolas-grekas
authored andcommitted
Migrate to static data providers using rector/rector
1 parent c2d133e commit 8b4360b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DependencyInjection/DebugExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function testUnsetClosureFileInfoShouldBeRegisteredInVarCloner()
7474
$this->assertTrue($called);
7575
}
7676

77-
public function provideServicesUsingDumpDestinationCreation(): array
77+
public static function provideServicesUsingDumpDestinationCreation(): array
7878
{
7979
return [
8080
['tcp://localhost:1234', 'tcp://localhost:1234', null],

0 commit comments

Comments
 (0)