Skip to content

Commit 6454c36

Browse files
committed
Sort
1 parent 5ee7b8f commit 6454c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/property_info.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,8 @@ on the constructor arguments::
525525
}
526526

527527
// Extraction.php
528-
use Symfony\Component\PropertyInfo\Extractor\ConstructorExtractor;
529528
use App\Domain\Foo;
529+
use Symfony\Component\PropertyInfo\Extractor\ConstructorExtractor;
530530

531531
$constructorExtractor = new ConstructorExtractor([new ReflectionExtractor()]);
532532
$constructorExtractor->getTypes(Foo::class, 'bar')[0]->getBuiltinType(); // returns 'string'

0 commit comments

Comments
 (0)