We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b14b7f commit f5a4c86Copy full SHA for f5a4c86
Tests/Extractor/ObjectPropertyListExtractorTest.php
@@ -17,7 +17,7 @@
17
18
class ObjectPropertyListExtractorTest extends TestCase
19
{
20
- public function testGetPropertiesWithoutObjectClassResolver(): void
+ public function testGetPropertiesWithoutObjectClassResolver()
21
22
$object = new \stdClass();
23
$context = ['bar' => true];
@@ -35,7 +35,7 @@ public function testGetPropertiesWithoutObjectClassResolver(): void
35
);
36
}
37
38
- public function testGetPropertiesWithObjectClassResolver(): void
+ public function testGetPropertiesWithObjectClassResolver()
39
40
41
$classResolver = function ($objectArg) use ($object): string {
0 commit comments