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 5ee7b8f commit 6454c36Copy full SHA for 6454c36
components/property_info.rst
@@ -525,8 +525,8 @@ on the constructor arguments::
525
}
526
527
// Extraction.php
528
- use Symfony\Component\PropertyInfo\Extractor\ConstructorExtractor;
529
use App\Domain\Foo;
+ use Symfony\Component\PropertyInfo\Extractor\ConstructorExtractor;
530
531
$constructorExtractor = new ConstructorExtractor([new ReflectionExtractor()]);
532
$constructorExtractor->getTypes(Foo::class, 'bar')[0]->getBuiltinType(); // returns 'string'
0 commit comments