Skip to content

Commit c94b4f4

Browse files
Merge branch '6.2' into 6.3
* 6.2: Fix merge
2 parents 5d687e9 + 4c631f9 commit c94b4f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Descriptor/ReStructuredTextDescriptorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717

1818
class ReStructuredTextDescriptorTest extends AbstractDescriptorTestCase
1919
{
20-
public function getDescribeCommandTestData()
20+
public static function getDescribeCommandTestData()
2121
{
2222
return $this->getDescriptionTestData(array_merge(
2323
ObjectsProvider::getCommands(),
2424
['command_mbstring' => new DescriptorCommandMbString()]
2525
));
2626
}
2727

28-
public function getDescribeApplicationTestData()
28+
public static function getDescribeApplicationTestData()
2929
{
3030
return $this->getDescriptionTestData(array_merge(
3131
ObjectsProvider::getApplications(),

0 commit comments

Comments
 (0)