Skip to content

Commit 8ff6c96

Browse files
Merge branch '5.4' into 6.2
* 5.4: Migrate to `static` data providers using `rector/rector`
2 parents 546317a + 8b4360b commit 8ff6c96

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
@@ -70,7 +70,7 @@ public function testUnsetClosureFileInfoShouldBeRegisteredInVarCloner()
7070
$this->assertTrue($called);
7171
}
7272

73-
public function provideServicesUsingDumpDestinationCreation(): array
73+
public static function provideServicesUsingDumpDestinationCreation(): array
7474
{
7575
return [
7676
['tcp://localhost:1234', 'tcp://localhost:1234', null],

0 commit comments

Comments
 (0)