From 42995c859c96ff3bf3260bd3798d9a15e9492490 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Sat, 23 Feb 2019 17:45:08 +0000 Subject: [PATCH] Update src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php Co-Authored-By: mantis --- .../PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php b/src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php index 69888a99d0..18d74e993e 100644 --- a/src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php +++ b/src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php @@ -305,7 +305,7 @@ class ReflectionExtractorTest extends TestCase $this->assertNull($this->extractor->getTypes($class, $property, ['enable_constructor_extraction' => false])); } - public function ConstructorTypesProvider(): array + public function constructorTypesProvider(): array { return [ // php71 dummy has following constructor: __construct(string $string, int $intPrivate)